Save config files on close
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user