From abe384f856d3b682b445b7edbaacfb67788a3338 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 16 Jun 2010 05:30:29 +0000 Subject: [PATCH] =?UTF-8?q?TWL=5FMCU=E3=83=95=E3=83=AA=E3=83=BC=E3=83=AC?= =?UTF-8?q?=E3=82=B8=E3=82=B9=E3=82=BF0=E3=81=AE=E5=80=A4=E3=81=AB?= =?UTF-8?q?=E9=96=A2=E4=BF=82=E3=81=AA=E3=81=8F=E5=BC=B7=E5=88=B6=E7=9A=84?= =?UTF-8?q?=E3=81=AB=E3=83=AD=E3=82=B4=E3=82=B9=E3=82=AD=E3=83=83=E3=83=97?= 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/branches/20100611_RedLauncher_Remodel@2921 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index 76a0e06a..2912abe0 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -188,7 +188,8 @@ void TwlMain( void ) // you should comment out to clear GX/G2/DMA/TM/PAD register in reboot.c to retreive valid boot time STD_TSPrintf((char*)0x02FFCFC0, "\nLauncher Boot Time: %lld usec\n", OS_TicksToMicroSeconds(reg_OS_TM3CNT_L * (1024/64))); #endif - + //ロゴスキップのため強制的にisVadlid、isHotStartフラグを立て、isResetSWフラグを立てない + *(u8 *)HW_NAND_FIRM_HOTSTART_FLAG = 0x81; // システムメニュー初期化---------- SYSM_Init( Alloc, Free ); // OS_Initの前でコールする必要あり。 OS_Init();