From ef8488d0f593ebb1233531609fa541ef1b97d4f7 Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Thu, 10 Jul 2008 06:35:00 +0000 Subject: [PATCH] =?UTF-8?q?EL=5FInit=E3=82=92=E5=91=BC=E3=81=B6=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1837 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index daf15813..d7e8970c 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -219,6 +219,8 @@ void TwlMain( void ) // システムの初期化---------------- InitAllocator(); // ※SYSM_Init以外のSYSMライブラリ関数を呼ぶ前に + EL_Init( Alloc, Free ); + // end時間計測1 #if (MEASURE_TIME == 1) OS_TPrintf( "System Init Time 1: %dms\n", OS_TicksToMilliSeconds( OS_GetTick() - start ) );