video: save paldeemphswap to config

This commit is contained in:
feos-tas 2016-07-05 19:01:46 +00:00
parent 3525cbc095
commit 0fa41cb715
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ extern int palsaturation;
extern int palsharpness;
extern int palcontrast;
extern int palbrightness;
extern bool paldeemphswap;
extern TASEDITOR_CONFIG taseditorConfig;
extern char* recentProjectsArray[];
@ -191,6 +192,7 @@ static CFGSTRUCT fceuconfig[] =
AC(palsharpness),
AC(palcontrast),
AC(palbrightness),
AC(paldeemphswap),
NAC("palyo",pal_emulation),
NAC("genie",genie),