GPU2D: delay palette lookup for sprites

This commit is contained in:
Arisotura
2019-09-05 11:42:08 +02:00
parent e8f4735c7f
commit 0010e296bd
2 changed files with 80 additions and 51 deletions

View File

@ -63,7 +63,7 @@ public:
void OBJExtPalDirty();
u16* GetBGExtPal(u32 slot, u32 pal);
u16* GetOBJExtPal(u32 pal);
u16* GetOBJExtPal();
private:
u32 Num;