From b767d87ec2121953005d420eedd6b3ee5827a792 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 11 Jan 2011 08:17:34 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=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/branches/20101202_Majikon_Patch@2992 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/launcher.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c index 23b44133..dcc600d8 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c @@ -70,6 +70,8 @@ #define ALPHA_MAX 31 #define FADE_START 31 +#define MAJIKON_APP_CHECK_BY_CARD_PULLOUT_FUNC + // extern data------------------------------------------ extern u32 bg_char_data[8 * 6]; @@ -385,7 +387,7 @@ void LauncherInit( TitleProperty *pTitleList ) GX_LoadBG2Scr(bg_scr_data2, 0, sizeof(bg_scr_data2)); DrawBackLightSwitch(); -#if 1 +#ifdef MAJIKON_APP_CHECK_BY_CARD_PULLOUT_FUNC PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"Card Pullout Check Func Ver." ); #else PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"crt0 Func Ver." );