mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
small fix
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@330 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
5e4486ca45
commit
4eab1acf89
@ -121,7 +121,7 @@ static BOOL CheckHeader(void)
|
||||
static ROM_Header_Short* const rhs = (ROM_Header_Short*)HW_TWL_ROM_HEADER_BUF;
|
||||
// TODO
|
||||
// イニシャルコード
|
||||
OS_TPrintf("Initial Code : %08X\n", rhs->game_code);
|
||||
OS_TPrintf("Initial Code : %08X\n", *(u32*)rhs->game_code);
|
||||
// エントリポイント
|
||||
OS_TPrintf("ARM9 Entry point : %08X\n", rhs->main_entry_address);
|
||||
OS_TPrintf("ARM7 Entry point : %08X\n", rhs->sub_entry_address);
|
||||
|
||||
@ -123,7 +123,7 @@ static BOOL CheckHeader(void)
|
||||
static ROM_Header_Short* const rhs = (ROM_Header_Short*)HW_TWL_ROM_HEADER_BUF;
|
||||
// TODO
|
||||
// イニシャルコード
|
||||
OS_TPrintf("Initial Code : %08X\n", rhs->game_code);
|
||||
OS_TPrintf("Initial Code : %08X\n", *(u32*)rhs->game_code);
|
||||
// エントリポイント
|
||||
OS_TPrintf("ARM9 Entry point : %08X\n", rhs->main_entry_address);
|
||||
OS_TPrintf("ARM7 Entry point : %08X\n", rhs->sub_entry_address);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user