GB Video: Fix size of palette array
This commit is contained in:
parent
2315e52855
commit
e9e6eaa353
@ -117,7 +117,7 @@ struct GBVideo {
|
||||
int ocpIndex;
|
||||
bool ocpIncrement;
|
||||
|
||||
uint16_t palette[128];
|
||||
uint16_t palette[64];
|
||||
|
||||
int32_t frameCounter;
|
||||
int frameskip;
|
||||
|
Loading…
x
Reference in New Issue
Block a user