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@580 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
29c040cab0
commit
9dcbaf83b6
@ -890,6 +890,9 @@ static void McThread(void *arg)
|
||||
insert = TRUE;
|
||||
|
||||
if( !SYSMi_GetWork()->flags.common.isEnableHotSW ) {
|
||||
#ifdef DEBUG_USED_CARD_SLOT_B_
|
||||
SYSMi_GetWork()->flags.common.is1stCardChecked = TRUE;
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
// HotSwをbusy状態にする
|
||||
|
||||
Loading…
Reference in New Issue
Block a user