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/trunk@1914 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
aaba304fce
commit
f646bd7e61
@ -826,19 +826,6 @@ typedef struct NandFirmResetParameter {
|
||||
a=FALSE;
|
||||
}
|
||||
}
|
||||
PrintfSJIS( 1, 12, TXT_COLOR_RED,
|
||||
"ValidLParam:%d\n", SYSMi_GetWork()->flags.common.isValidLauncherParam );
|
||||
#define OSi_GetNandFirmResetParam() ( (NandFirmResetParameter *)HW_NAND_FIRM_HOTSTART_FLAG )
|
||||
PrintfSJIS( 1, 24, TXT_COLOR_RED,
|
||||
"HotStartFlag:%d\n", OSi_GetNandFirmResetParam()->isHotStart );
|
||||
PrintfSJIS( 1, 36, TXT_COLOR_RED,
|
||||
"ResetSWFlag:%d\n", OSi_GetNandFirmResetParam()->isResetSW );
|
||||
PrintfSJIS( 1, 48, TXT_COLOR_RED,
|
||||
"LParamCRC16:%.04x\n", SVC_GetCRC16( 65535, &SYSMi_GetLauncherParamAddr()->body, SYSMi_GetLauncherParamAddr()->header.bodyLength ) );
|
||||
PrintfSJIS( 1, 60, TXT_COLOR_RED,
|
||||
"NandFirmResetParam:%.01x\n", *(u8 *)(OSi_GetNandFirmResetParam()) );
|
||||
PrintfSJIS( 1, 72, TXT_COLOR_RED,
|
||||
"McuVersion:%d\n", SYSMi_GetMcuVersion() );
|
||||
#endif
|
||||
|
||||
// キー及びタッチ制御
|
||||
|
||||
Loading…
Reference in New Issue
Block a user