From 4947f393b0fecacc72b4cd3090beff649db85f27 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 11 Jan 2011 08:00:26 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=83=B3=E3=83=81=E3=83=A3=E3=81=AE?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=82=92=E3=81=A1=E3=82=87=E3=81=A3=E3=81=A8?= =?UTF-8?q?=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@2991 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/launcher.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c index 29ca2e37..23b44133 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/launcher.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/launcher.c @@ -383,11 +383,15 @@ void LauncherInit( TitleProperty *pTitleList ) DC_FlushRange(&bg_scr_data2, sizeof(bg_scr_data2)); GX_LoadBG2Char(bg_char_data, 0, sizeof(bg_char_data)); GX_LoadBG2Scr(bg_scr_data2, 0, sizeof(bg_scr_data2)); - + DrawBackLightSwitch(); - PutStringUTF16( 0, 0, TXT_COLOR_BLUE, L"SYSTEM MENU" ); - PrintfSJIS( 128, 0, TXT_COLOR_BLUE, "IPL:%s", g_strIPLSvnRevision ); - PrintfSJIS( 128, 12, TXT_COLOR_BLUE, "SDK:%s", g_strSDKSvnRevision ); +#if 1 + PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"Card Pullout Check Func Ver." ); +#else + PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"crt0 Func Ver." ); +#endif +// PrintfSJIS( 128, 0, TXT_COLOR_BLUE, "IPL:%s", g_strIPLSvnRevision ); +// PrintfSJIS( 128, 12, TXT_COLOR_BLUE, "SDK:%s", g_strSDKSvnRevision ); SVC_CpuClear( 0x0000, &tpd, sizeof(TpWork), 16 );