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