Save config files on close

This commit is contained in:
pagefault
2003-10-23 03:41:34 +00:00
parent 9cb8e54a5b
commit 4a078eeb41

View File

@@ -457,6 +457,7 @@ aquireagain:;
} }
extern "C" void SaveSramData(void); extern "C" void SaveSramData(void);
extern "C" void GUISaveVars(void);
void ExitFunction() void ExitFunction()
{ {
@@ -466,6 +467,7 @@ void ExitFunction()
{ {
pushad pushad
call SaveSramData call SaveSramData
call GUISaveVars
popad popad
} }
} }