From f3b4fbbb2d041b006b5e8b28f916dec0c442e14a Mon Sep 17 00:00:00 2001 From: ToadKing Date: Sun, 19 May 2013 20:40:13 -0400 Subject: [PATCH] (GX) remove IOS reloading, was messing up Salamander and threaded device insertion fixed the issue we were having anyway --- frontend/platform/platform_gx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/platform/platform_gx.c b/frontend/platform/platform_gx.c index 074c35e907..3d2c8910b6 100644 --- a/frontend/platform/platform_gx.c +++ b/frontend/platform/platform_gx.c @@ -272,7 +272,7 @@ extern void __exception_setreload(int t); static void system_init(void) { #ifdef HW_RVL - IOS_ReloadIOS(IOS_GetVersion()); + //IOS_ReloadIOS(IOS_GetVersion()); L2Enhance(); #ifndef IS_SALAMANDER gx_init_mem2();