(GX) remove IOS reloading, was messing up Salamander and threaded device insertion fixed the issue we were having anyway

This commit is contained in:
ToadKing 2013-05-19 20:40:13 -04:00
parent 57058ee25f
commit f3b4fbbb2d

View File

@ -272,7 +272,7 @@ extern void __exception_setreload(int t);
static void system_init(void) static void system_init(void)
{ {
#ifdef HW_RVL #ifdef HW_RVL
IOS_ReloadIOS(IOS_GetVersion()); //IOS_ReloadIOS(IOS_GetVersion());
L2Enhance(); L2Enhance();
#ifndef IS_SALAMANDER #ifndef IS_SALAMANDER
gx_init_mem2(); gx_init_mem2();