Save config files on close
This commit is contained in:
@@ -457,6 +457,7 @@ aquireagain:;
|
||||
}
|
||||
|
||||
extern "C" void SaveSramData(void);
|
||||
extern "C" void GUISaveVars(void);
|
||||
|
||||
void ExitFunction()
|
||||
{
|
||||
@@ -466,6 +467,7 @@ void ExitFunction()
|
||||
{
|
||||
pushad
|
||||
call SaveSramData
|
||||
call GUISaveVars
|
||||
popad
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user