mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 04:09:15 +01:00
- Fix for folder explorer user labels.
This commit is contained in:
parent
349d3f9014
commit
a9053b184b
@ -1124,6 +1124,7 @@ void CMenu::_buildMenus(void)
|
||||
m_gameBgLQ = m_mainBgLQ;
|
||||
|
||||
// Build menus
|
||||
_initFolderExplorer();
|
||||
_initMainMenu();
|
||||
_initErrorMenu();
|
||||
_initConfigAdvMenu();
|
||||
@ -1149,7 +1150,6 @@ void CMenu::_buildMenus(void)
|
||||
_initHomeAndExitToMenu();
|
||||
_initCoverBanner();
|
||||
_initExplorer();
|
||||
_initFolderExplorer();
|
||||
_initBoot();
|
||||
_initWad();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user