mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
-made it so config icon on main screen doesn't show when the gamelist is empty.
-fixed it so when you change the partition main coverflow will reload.
This commit is contained in:
parent
eff9f721e5
commit
f23d022675
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
@ -208,6 +208,7 @@ int CMenu::_config1(void)
|
||||
{
|
||||
s8 direction = m_btnMgr.selected(m_configBtnPartitionP) ? 1 : -1;
|
||||
_setPartition(direction);
|
||||
m_load_view = true;
|
||||
_showConfig();
|
||||
}
|
||||
else if (m_btnMgr.selected(m_configBtnCfg4) && m_current_view != COVERFLOW_MAX)
|
||||
|
@ -732,8 +732,7 @@ int CMenu::main(void)
|
||||
{
|
||||
m_btnMgr.hide(m_mainLblUser[0]);
|
||||
m_btnMgr.hide(m_mainLblUser[1]);
|
||||
if(!m_gameList.empty())
|
||||
m_btnMgr.hide(m_mainBtnConfig);
|
||||
m_btnMgr.hide(m_mainBtnConfig);
|
||||
m_btnMgr.hide(m_mainBtnInfo);
|
||||
m_btnMgr.hide(m_mainBtnQuit);
|
||||
m_btnMgr.hide(m_mainBtnFavoritesOn);
|
||||
|
Loading…
Reference in New Issue
Block a user