mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
derp
This commit is contained in:
parent
ff08312b3a
commit
d9e58b275d
@ -220,7 +220,7 @@ void CMenu::init()
|
||||
u8 prevCios = mainIOS;
|
||||
bool prevForceCIOS = useMainIOS;
|
||||
u8 ForceIOS = min(m_cfg.getInt("GENERAL", "force_cios_rev", 0), 254);
|
||||
if(mainIOS != ForceIOS)
|
||||
if(ForceIOS > 0 && mainIOS != ForceIOS)
|
||||
{
|
||||
gprintf("Using IOS%i instead of IOS%i as main cIOS.\n", ForceIOS, mainIOS);
|
||||
mainIOS = ForceIOS;
|
||||
|
Loading…
Reference in New Issue
Block a user