From cd339875d72814d8b00e8cf89ddc79ec8231ced5 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Sat, 25 Aug 2012 15:38:30 +0000 Subject: [PATCH] derp --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 12f072b4..8000c16d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -75,7 +75,7 @@ int main(int argc, char **argv) DCFlushRange(&CurrentIOS, sizeof(IOS_Info)); DeviceHandler::Instance()->SetModes(); } - else if(AHBRPOT_Patched()) + else if(!AHBRPOT_Patched()) { gprintf("Loading cIOS: %d\n", mainIOS); iosOK = loadIOS(mainIOS, false) && CustomIOS(CurrentIOS.Type);