mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-26 11:51:56 +01:00
- fixed categories i broke a while back.
This commit is contained in:
parent
31f9d0edc0
commit
c175cf6bb6
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
@ -2085,7 +2085,10 @@ void CMenu::_initCF(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else // wii, gc, channels
|
else // wii, gc, channels
|
||||||
|
{
|
||||||
strcpy(cfgKey1, hdr->id);
|
strcpy(cfgKey1, hdr->id);
|
||||||
|
strcpy(catKey1, hdr->id);
|
||||||
|
}
|
||||||
|
|
||||||
if((!m_favorites || m_gcfg1.getBool(favDomain, cfgKey1, false))
|
if((!m_favorites || m_gcfg1.getBool(favDomain, cfgKey1, false))
|
||||||
&& (!m_locked || !m_gcfg1.getBool(adultDomain, cfgKey1, false)))
|
&& (!m_locked || !m_gcfg1.getBool(adultDomain, cfgKey1, false)))
|
||||||
|
Loading…
Reference in New Issue
Block a user