This commit is contained in:
fix94.1 2012-08-25 15:38:30 +00:00
parent 90b4b24c2e
commit cd339875d7

View File

@ -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);