Enable Auto-save saved to config

This commit is contained in:
adelikat 2008-06-25 01:30:35 +00:00
parent 3eecd0033e
commit 137437ac0e
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ extern int Monitor_wndx, Monitor_wndy;
extern int Tracer_wndx, Tracer_wndy;
extern int CDLogger_wndx, CDLogger_wndy;
extern int GGConv_wndx, GGConv_wndy;
extern int EnableAutosave;
//Structure that contains configuration information
static CFGSTRUCT fceuconfig[] = {
@ -153,6 +153,7 @@ static CFGSTRUCT fceuconfig[] = {
AC(EnableBackgroundInput),
AC(MemWatchLoadOnStart),
AC(MemWatchLoadFileOnStart),
AC(EnableAutosave),
AC(allowUDLR),