mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-26 20:01:55 +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)
|
void CMenu::_updateText(void)
|
||||||
{
|
{
|
||||||
|
_textSource();
|
||||||
|
_textPluginSettings();
|
||||||
|
_textCategorySettings();
|
||||||
|
_textCheatSettings();
|
||||||
|
_textSystem();
|
||||||
_textMain();
|
_textMain();
|
||||||
_textError();
|
|
||||||
_textConfig();
|
_textConfig();
|
||||||
_textConfig3();
|
_textConfig3();
|
||||||
_textConfigScreen();
|
_textConfigScreen();
|
||||||
_textConfig4();
|
_textConfig4();
|
||||||
_textConfigSnd();
|
|
||||||
_textConfigAdv();
|
_textConfigAdv();
|
||||||
_textDownload();
|
_textConfigSnd();
|
||||||
_textGame();
|
_textGame();
|
||||||
|
_textDownload();
|
||||||
_textCode();
|
_textCode();
|
||||||
_textWBFS();
|
_textWBFS();
|
||||||
_textGameSettings();
|
_textGameSettings();
|
||||||
_textCategorySettings();
|
_textNandEmu();
|
||||||
_textSystem();
|
_textHome();
|
||||||
|
_textExitTo();
|
||||||
|
_textBoot();
|
||||||
|
_textCoverBanner();
|
||||||
|
_textExplorer();
|
||||||
|
_textWad();
|
||||||
}
|
}
|
||||||
|
|
||||||
const wstringEx CMenu::_fmt(const char *key, const wchar_t *def)
|
const wstringEx CMenu::_fmt(const char *key, const wchar_t *def)
|
||||||
|
@ -858,7 +858,6 @@ private:
|
|||||||
void _textSystem(void);
|
void _textSystem(void);
|
||||||
void _textMain(void);
|
void _textMain(void);
|
||||||
void _textError(void);
|
void _textError(void);
|
||||||
void _textYesNo(void);
|
|
||||||
void _textConfig(void);
|
void _textConfig(void);
|
||||||
void _textConfig3(void);
|
void _textConfig3(void);
|
||||||
void _textConfigScreen(void);
|
void _textConfigScreen(void);
|
||||||
|
@ -156,6 +156,7 @@ int CMenu::_configAdv(void)
|
|||||||
m_curLanguage = CMenu::_translations[lang];
|
m_curLanguage = CMenu::_translations[lang];
|
||||||
m_loc.load(fmt("%s/%s.ini", m_languagesDir.c_str(), lowerCase(m_curLanguage).c_str()));
|
m_loc.load(fmt("%s/%s.ini", m_languagesDir.c_str(), lowerCase(m_curLanguage).c_str()));
|
||||||
}
|
}
|
||||||
|
_hideConfigAdv();
|
||||||
_updateText();
|
_updateText();
|
||||||
_showConfigAdv();
|
_showConfigAdv();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user