GB Video: Fix size of palette array

This commit is contained in:
Jeffrey Pfau 2016-02-21 15:48:26 -08:00
parent 2315e52855
commit e9e6eaa353
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ struct GBVideo {
int ocpIndex;
bool ocpIncrement;
uint16_t palette[128];
uint16_t palette[64];
int32_t frameCounter;
int frameskip;