From 8216155b9650109056cc7b09bd00f5e5d4f91c59 Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Thu, 10 Jan 2008 07:51:25 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=80=E3=82=A4=E3=83=AC=E3=82=AF=E3=83=88?= =?UTF-8?q?=E3=83=96=E3=83=BC=E3=83=88=E3=81=A7=E3=81=AA=E3=81=84=E5=A0=B4?= =?UTF-8?q?=E5=90=88=E3=80=81=E3=82=A2=E3=83=97=E3=83=AA=E9=96=93=E3=83=91?= =?UTF-8?q?=E3=83=A9=E3=83=A1=E3=82=BF=E3=82=92=E3=83=A9=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=83=A3=E3=81=A7=E5=B8=B8=E3=81=AB=E6=B6=88=E5=8E=BB=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= 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@455 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index 7b21ed37..556b9291 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -94,8 +94,9 @@ void TwlMain( void ) // 「ダイレクトブートでない」なら if( !pBootTitle ) { - // アプリ間パラメタのvalidフラグを落とす - OS_SetValidDeliveryArgumentInfo( FALSE ); + // アプリ間パラメタをクリア + // TODO:あらかじめNTRカードのセキュア領域を退避せずに直接0x2000000からロードしている場合も容赦なく消すので注意 + MI_CpuClearFast((void *)HW_PARAM_DELIVER_ARG, HW_PARAM_DELIVER_ARG_SIZE); // NAND & カードアプリリスト取得 (void)SYSM_GetNandTitleList( s_titleList, LAUNCHER_TITLE_LIST_NUM ); // NANDアプリリストの取得(内蔵アプリはs_titleList[1]から格納される)