fixed crash when used as wiiflow plugin.

This commit is contained in:
Daryl Borth 2019-02-20 18:44:36 -07:00
parent 68e04d5584
commit 8421d23baa

View File

@ -138,7 +138,11 @@ static void ResetText()
LoadLanguage();
if(mainWindow)
{
HaltGui();
mainWindow->ResetText();
ResumeGui();
}
}
static int currentLanguage = -1;
@ -187,10 +191,8 @@ void ChangeLanguage() {
}
}
#endif
HaltGui();
ResetText();
currentLanguage = GCSettings.language;
ResumeGui();
}
/****************************************************************************