mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
微修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20101202_Majikon_Patch@2992 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4947f393b0
commit
b767d87ec2
@ -70,6 +70,8 @@
|
|||||||
#define ALPHA_MAX 31
|
#define ALPHA_MAX 31
|
||||||
#define FADE_START 31
|
#define FADE_START 31
|
||||||
|
|
||||||
|
#define MAJIKON_APP_CHECK_BY_CARD_PULLOUT_FUNC
|
||||||
|
|
||||||
// extern data------------------------------------------
|
// extern data------------------------------------------
|
||||||
|
|
||||||
extern u32 bg_char_data[8 * 6];
|
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));
|
GX_LoadBG2Scr(bg_scr_data2, 0, sizeof(bg_scr_data2));
|
||||||
|
|
||||||
DrawBackLightSwitch();
|
DrawBackLightSwitch();
|
||||||
#if 1
|
#ifdef MAJIKON_APP_CHECK_BY_CARD_PULLOUT_FUNC
|
||||||
PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"Card Pullout Check Func Ver." );
|
PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"Card Pullout Check Func Ver." );
|
||||||
#else
|
#else
|
||||||
PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"crt0 Func Ver." );
|
PutStringUTF16( 0, 10, TXT_COLOR_BLUE, L"crt0 Func Ver." );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user