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

@@ -6,6 +6,7 @@ typedef struct {
} pal;
extern pal *palo;
extern int ipalette;
void FCEU_ResetPalette(void);
void FCEU_ResetPalette(void);