From 137437ac0edc04c9f283951005ec8dc7291979a7 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 25 Jun 2008 01:30:35 +0000 Subject: [PATCH] Enable Auto-save saved to config --- src/drivers/win/config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/drivers/win/config.cpp b/src/drivers/win/config.cpp index 6bf0a0b0..3832aaf4 100644 --- a/src/drivers/win/config.cpp +++ b/src/drivers/win/config.cpp @@ -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),