palette: Allow loading external palette file

This commit is contained in:
retro-wertz
2017-09-04 19:20:27 +08:00
parent 096a03e941
commit b6e95a1225
4 changed files with 23 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ static void CalculatePalette(void) {
WritePalette();
}
static int ipalette = 0;
int ipalette = 0;
void FCEU_LoadGamePalette(void) {
uint8 ptmp[192];