Enable Auto-save saved to config
This commit is contained in:
parent
3eecd0033e
commit
137437ac0e
|
@ -53,7 +53,7 @@ extern int Monitor_wndx, Monitor_wndy;
|
||||||
extern int Tracer_wndx, Tracer_wndy;
|
extern int Tracer_wndx, Tracer_wndy;
|
||||||
extern int CDLogger_wndx, CDLogger_wndy;
|
extern int CDLogger_wndx, CDLogger_wndy;
|
||||||
extern int GGConv_wndx, GGConv_wndy;
|
extern int GGConv_wndx, GGConv_wndy;
|
||||||
|
extern int EnableAutosave;
|
||||||
|
|
||||||
//Structure that contains configuration information
|
//Structure that contains configuration information
|
||||||
static CFGSTRUCT fceuconfig[] = {
|
static CFGSTRUCT fceuconfig[] = {
|
||||||
|
@ -153,6 +153,7 @@ static CFGSTRUCT fceuconfig[] = {
|
||||||
AC(EnableBackgroundInput),
|
AC(EnableBackgroundInput),
|
||||||
AC(MemWatchLoadOnStart),
|
AC(MemWatchLoadOnStart),
|
||||||
AC(MemWatchLoadFileOnStart),
|
AC(MemWatchLoadFileOnStart),
|
||||||
|
AC(EnableAutosave),
|
||||||
|
|
||||||
AC(allowUDLR),
|
AC(allowUDLR),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue