From a3b33715bd18d1d93ecde01987483c1dad7db820 Mon Sep 17 00:00:00 2001 From: dborth Date: Sun, 26 Dec 2010 23:19:08 +0000 Subject: [PATCH] fix gc build --- source/vbagx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/vbagx.cpp b/source/vbagx.cpp index 01b753c..7a81022 100644 --- a/source/vbagx.cpp +++ b/source/vbagx.cpp @@ -303,6 +303,7 @@ void USBGeckoOutput() ****************************************************************************/ int main(int argc, char *argv[]) { +#ifdef HW_RVL u32 ios = IOS_GetVersion(); if(!SupportedIOS(ios)) @@ -312,6 +313,7 @@ int main(int argc, char *argv[]) if(SupportedIOS(preferred)) IOS_ReloadIOS(preferred); } +#endif //USBGeckoOutput(); // uncomment to enable USB gecko output __exception_setreload(8);