-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:
fledge68 2016-04-25 00:28:43 +00:00
parent eff9f721e5
commit f23d022675
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@ -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)

View File

@ -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);