From 2a1e20582e6d080542a5c743bbdc9fcb133301be Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Tue, 27 Nov 2007 03:55:13 +0000 Subject: [PATCH] =?UTF-8?q?Nmenu=E3=81=AE=E3=83=90=E3=82=B0=E3=81=8C?= =?UTF-8?q?=E7=9B=B4=E3=81=A3=E3=81=9F=E3=82=88=E3=81=86=E3=81=AA=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E3=80=81FS=5FIdentifyTitle=E3=81=AE=E5=BC=95=E6=95=B0?= =?UTF-8?q?=E3=82=92=E5=85=83=E3=81=AB=E6=88=BB=E3=81=97=E3=81=9F?= 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@261 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/MachineSettings/ARM9/src/main.c | 4 ++-- build/systemMenu_RED/PictoChat/ARM9/src/main.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/systemMenu_RED/MachineSettings/ARM9/src/main.c b/build/systemMenu_RED/MachineSettings/ARM9/src/main.c index 22e2a44b..a0559ed4 100644 --- a/build/systemMenu_RED/MachineSettings/ARM9/src/main.c +++ b/build/systemMenu_RED/MachineSettings/ARM9/src/main.c @@ -81,8 +81,8 @@ void TwlMain(void) { // ファイルシステム切り替え応急処置 -// FS_IdentifyTitle(0x4d534554);//MSET - FS_IdentifyTitle(0x5445534d);//TESM ※今はmakerom.TWLのバグで逆になっている。 + FS_IdentifyTitle(0x4d534554);//MSET +// FS_IdentifyTitle(0x5445534d);//TESM ※今はmakerom.TWLのバグで逆になっている。 } InitBG(); diff --git a/build/systemMenu_RED/PictoChat/ARM9/src/main.c b/build/systemMenu_RED/PictoChat/ARM9/src/main.c index 953bdbf4..8a6ede61 100644 --- a/build/systemMenu_RED/PictoChat/ARM9/src/main.c +++ b/build/systemMenu_RED/PictoChat/ARM9/src/main.c @@ -63,8 +63,8 @@ void TwlMain(void) { // ファイルシステム切り替え応急処置 -// FS_IdentifyTitle(0x50434854);//PCHT - FS_IdentifyTitle(0x54484350);//THCP ※今はmakerom.TWLのバグで逆になっている。 + FS_IdentifyTitle(0x50434854);//PCHT +// FS_IdentifyTitle(0x54484350);//THCP ※今はmakerom.TWLのバグで逆になっている。 } InitBG();