mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-23 09:11:11 +01:00
-fix to only reset categories when a new gamelist is needed unless a source menu btn has already set categories.
This commit is contained in:
parent
de868d15c8
commit
a566176433
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.3 MiB |
@ -149,7 +149,7 @@ void CMenu::_showCF(bool refreshList)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* setup for filter list and coverflow stuff */
|
/* setup for filter list and coverflow stuff */
|
||||||
if(m_clearCats)// clear categories unless a source menu btn has selected one
|
if(refreshList && m_clearCats)// clear categories unless a source menu btn has selected one
|
||||||
{
|
{
|
||||||
// do not clear hidden categories to keep games hidden
|
// do not clear hidden categories to keep games hidden
|
||||||
m_cat.remove("GENERAL", "selected_categories");
|
m_cat.remove("GENERAL", "selected_categories");
|
||||||
@ -471,8 +471,11 @@ int CMenu::main(void)
|
|||||||
bUsed = true;
|
bUsed = true;
|
||||||
_setBg(m_mainBg, m_mainBgLQ);
|
_setBg(m_mainBg, m_mainBgLQ);
|
||||||
if(m_refreshGameList)
|
if(m_refreshGameList)
|
||||||
|
{
|
||||||
|
m_refreshGameList = false;
|
||||||
_initCF();
|
_initCF();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if(m_btnMgr.selected(m_mainBtnNext) || m_btnMgr.selected(m_mainBtnPrev))
|
else if(m_btnMgr.selected(m_mainBtnNext) || m_btnMgr.selected(m_mainBtnPrev))
|
||||||
{
|
{
|
||||||
bUsed = true;
|
bUsed = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user