mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
CTRモードからアプリのROMヘッダを渡された場合はHOTSWで上書きしないように。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20100611_RedLauncher_Remodel@2937 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
e9515ca846
commit
c03ff6828e
@ -1706,18 +1706,21 @@ static void HotSwThread(void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef SYSM_NO_LOAD
|
||||||
retval = LoadCardData();
|
retval = LoadCardData();
|
||||||
|
|
||||||
DebugPrintErrorMessage(retval);
|
DebugPrintErrorMessage(retval);
|
||||||
|
#endif
|
||||||
s_isPulledOut = FALSE;
|
s_isPulledOut = FALSE;
|
||||||
|
|
||||||
// エラー処理
|
// エラー処理
|
||||||
|
#ifndef SYSM_NO_LOAD
|
||||||
if(retval != HOTSW_SUCCESS){
|
if(retval != HOTSW_SUCCESS){
|
||||||
McPowerOff();
|
McPowerOff();
|
||||||
PulledOutSequence();
|
PulledOutSequence();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// カードが抜けてたら
|
// カードが抜けてたら
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user