Remove incomplete Use NTSC core option

Use NTSC colors option is incomplete due to missing int,hue adjustments. This can be added but there is no smooth way using core options or hotkey to selec ranges 1-256 for fine tuning

Using shaders instead can work better at this with more adjustments possible
This commit is contained in:
retro-wertz
2018-06-15 10:59:25 +08:00
parent 7439630dab
commit 1811ea1e06
3 changed files with 4 additions and 19 deletions

View File

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