mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新:Akabane Jumpei)
カードが挿されても、セキュアバッファの再設定が行われていなかったので修正。 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1490 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
c590753fab
commit
b700f63e31
@ -344,10 +344,8 @@ static HotSwState LoadCardData(void)
|
|||||||
|
|
||||||
// バッファを設定
|
// バッファを設定
|
||||||
s_cbData.pBootSegBuf = s_pBootSegBuffer;
|
s_cbData.pBootSegBuf = s_pBootSegBuffer;
|
||||||
#ifndef USE_WRAM_LOAD
|
|
||||||
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;
|
s_cbData.pSecureSegBuf = s_pSecureSegBuffer;
|
||||||
s_cbData.pSecure2SegBuf= s_pSecure2SegBuffer;
|
s_cbData.pSecure2SegBuf= s_pSecure2SegBuffer;
|
||||||
#endif
|
|
||||||
|
|
||||||
// ロード処理開始
|
// ロード処理開始
|
||||||
if(HOTSW_IsCardAccessible()){
|
if(HOTSW_IsCardAccessible()){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user