mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
GameモードのID登録する部分を少し修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080910_debug_dht_phase1@2485 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
9e56086052
commit
3701f75fd7
@ -539,10 +539,6 @@ static HotSwState LoadCardData(void)
|
||||
|
||||
goto finalize;
|
||||
}
|
||||
// [Debug]
|
||||
else{
|
||||
s_gameID = s_cbData.id_gam;
|
||||
}
|
||||
}
|
||||
|
||||
// バナーファイルの読み込み
|
||||
@ -1665,6 +1661,9 @@ static void HotSwThread(void *arg)
|
||||
if(HOTSW_IsCardExist()){
|
||||
if(!s_isPulledOut){
|
||||
if(GetMcSlotMode() == SLOT_STATUS_MODE_10){
|
||||
// [Debug]
|
||||
s_gameID = s_cbData.id_gam;
|
||||
|
||||
LockHotSwRsc(&SYSMi_GetWork()->lockCardRsc);
|
||||
|
||||
if( msg->ctrl && msg->value ){
|
||||
@ -2130,7 +2129,6 @@ static void CheckCardInsert(BOOL cardExist)
|
||||
|
||||
// カードのロック開放(※ロックIDは開放せずに持ち続ける)
|
||||
CARD_UnlockRom(s_CardLockID);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user