mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-12 20:09:12 +01:00
derp
This commit is contained in:
parent
90b4b24c2e
commit
cd339875d7
@ -75,7 +75,7 @@ int main(int argc, char **argv)
|
|||||||
DCFlushRange(&CurrentIOS, sizeof(IOS_Info));
|
DCFlushRange(&CurrentIOS, sizeof(IOS_Info));
|
||||||
DeviceHandler::Instance()->SetModes();
|
DeviceHandler::Instance()->SetModes();
|
||||||
}
|
}
|
||||||
else if(AHBRPOT_Patched())
|
else if(!AHBRPOT_Patched())
|
||||||
{
|
{
|
||||||
gprintf("Loading cIOS: %d\n", mainIOS);
|
gprintf("Loading cIOS: %d\n", mainIOS);
|
||||||
iosOK = loadIOS(mainIOS, false) && CustomIOS(CurrentIOS.Type);
|
iosOK = loadIOS(mainIOS, false) && CustomIOS(CurrentIOS.Type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user