mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ROMエミュレーション情報取得のコメントをより具体的に。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1852 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
2f86383473
commit
9d5ed09e34
@ -380,7 +380,8 @@ static HotSwState LoadCardData(void)
|
||||
// ARM9/7で不整合が発生しないようにRomエミュレーション情報ロードは初回のみ
|
||||
if ( ! SYSMi_GetWork()->flags.hotsw.is1stCardChecked )
|
||||
{
|
||||
// Romエミュレーション情報を取得(開発用CPUのみ)
|
||||
// Romエミュレーション情報を取得
|
||||
//(製品本体なら内部で構造体をクリアするだけ)
|
||||
state = ReadRomEmulationInfo(&s_romEmuInfo);
|
||||
retval = (retval == HOTSW_SUCCESS) ? state : retval;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user