mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-25 08:13:33 +01:00
-Hidden categories are no longer cleared when you click the clear btn. they must be cleared manually.
This commit is contained in:
parent
a242c88568
commit
efa188d549
@ -308,7 +308,7 @@ void CMenu::_CategorySettings(bool fromGameSet)
|
|||||||
bool hiddenCat = false;
|
bool hiddenCat = false;
|
||||||
for(int j = 1; j < m_max_categories; ++j)
|
for(int j = 1; j < m_max_categories; ++j)
|
||||||
{
|
{
|
||||||
if(m_categories.at(j) == '2' && m_locked)
|
if(m_categories.at(j) == '2')
|
||||||
{
|
{
|
||||||
hiddenCat = true;
|
hiddenCat = true;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user