Hopefully fixed MSVC.
This commit is contained in:
@@ -530,7 +530,10 @@ extern "C" void createnewcfg(void);
|
|||||||
|
|
||||||
void ExitFunction()
|
void ExitFunction()
|
||||||
{
|
{
|
||||||
if (GUIOn2 == 0) { asm_call(SaveSramData); }
|
if (GUIOn2 == 0)
|
||||||
|
{
|
||||||
|
asm_call(SaveSramData);
|
||||||
|
}
|
||||||
asm_call(GUISaveVars);
|
asm_call(GUISaveVars);
|
||||||
asm_call(createnewcfg);
|
asm_call(createnewcfg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user