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