mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-25 19:31:58 +01:00
-fixed wiiflow not updating the language completely until reboot
This commit is contained in:
parent
508e56b1fb
commit
76b7ad1d6b
@ -2105,21 +2105,30 @@ void CMenu::_drawBg(void)
|
||||
|
||||
void CMenu::_updateText(void)
|
||||
{
|
||||
_textSource();
|
||||
_textPluginSettings();
|
||||
_textCategorySettings();
|
||||
_textCheatSettings();
|
||||
_textSystem();
|
||||
_textMain();
|
||||
_textError();
|
||||
_textConfig();
|
||||
_textConfig3();
|
||||
_textConfigScreen();
|
||||
_textConfig4();
|
||||
_textConfigSnd();
|
||||
_textConfigAdv();
|
||||
_textDownload();
|
||||
_textConfigSnd();
|
||||
_textGame();
|
||||
_textDownload();
|
||||
_textCode();
|
||||
_textWBFS();
|
||||
_textGameSettings();
|
||||
_textCategorySettings();
|
||||
_textSystem();
|
||||
_textNandEmu();
|
||||
_textHome();
|
||||
_textExitTo();
|
||||
_textBoot();
|
||||
_textCoverBanner();
|
||||
_textExplorer();
|
||||
_textWad();
|
||||
}
|
||||
|
||||
const wstringEx CMenu::_fmt(const char *key, const wchar_t *def)
|
||||
|
@ -858,7 +858,6 @@ private:
|
||||
void _textSystem(void);
|
||||
void _textMain(void);
|
||||
void _textError(void);
|
||||
void _textYesNo(void);
|
||||
void _textConfig(void);
|
||||
void _textConfig3(void);
|
||||
void _textConfigScreen(void);
|
||||
|
@ -156,6 +156,7 @@ int CMenu::_configAdv(void)
|
||||
m_curLanguage = CMenu::_translations[lang];
|
||||
m_loc.load(fmt("%s/%s.ini", m_languagesDir.c_str(), lowerCase(m_curLanguage).c_str()));
|
||||
}
|
||||
_hideConfigAdv();
|
||||
_updateText();
|
||||
_showConfigAdv();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user