Almost Match HuSprDisp

This commit is contained in:
gamemasterplc 2023-12-03 00:39:20 -06:00
parent 23667d4e97
commit 9b7a5a472e
6 changed files with 193 additions and 11 deletions

View file

@ -30,6 +30,7 @@ void GXInitTexCacheRegion(GXTexRegion* region, GXBool is_32b_mipmap, u32 tmem_ev
GXTexRegionCallback GXSetTexRegionCallback(GXTexRegionCallback callback);
void GXInvalidateTexRegion(const GXTexRegion* region);
void GXSetTexCoordScaleManually(GXTexCoordID coord, GXBool enable, u16 ss, u16 ts);
#ifdef __cplusplus
}
#endif