mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
CTRモードから渡されたカードIDをクリアしないように。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20100611_RedLauncher_Remodel@2948 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
93421f9951
commit
d1e59594b8
@ -406,8 +406,10 @@ static void BOOTi_ClearREG_RAM( void )
|
||||
#ifdef DEBUG_USED_CARD_SLOT_B_
|
||||
reg_MI_MC_SWP ^= 0x80; // カードスロットのスワップ
|
||||
#endif
|
||||
#ifndef SYSM_NO_LOAD
|
||||
// カード抜けチェックバッファにカードIDをセット
|
||||
((SDKBootCheckInfo*)HW_BOOT_CHECK_INFO_BUF)->nCardID = SYSMi_GetWork()->appCardID;
|
||||
#endif
|
||||
|
||||
*(vu32 *)HW_RESET_PARAMETER_BUF = 0; // リセットバッファをクリア
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user