mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
fixed crash when used as wiiflow plugin.
This commit is contained in:
parent
68e04d5584
commit
8421d23baa
@ -138,7 +138,11 @@ static void ResetText()
|
|||||||
LoadLanguage();
|
LoadLanguage();
|
||||||
|
|
||||||
if(mainWindow)
|
if(mainWindow)
|
||||||
|
{
|
||||||
|
HaltGui();
|
||||||
mainWindow->ResetText();
|
mainWindow->ResetText();
|
||||||
|
ResumeGui();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int currentLanguage = -1;
|
static int currentLanguage = -1;
|
||||||
@ -187,10 +191,8 @@ void ChangeLanguage() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
HaltGui();
|
|
||||||
ResetText();
|
ResetText();
|
||||||
currentLanguage = GCSettings.language;
|
currentLanguage = GCSettings.language;
|
||||||
ResumeGui();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user