mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TWLランチャーからロード関数を削除した際、非ロード領域のメモリクリアまで削っていたのを復活。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20100611_RedLauncher_Remodel@2968 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1b36ab2fd3
commit
b62697ced0
@ -1160,6 +1160,8 @@ void SYSM_StartLoadTitle( TitleProperty *pBootTitle )
|
||||
UTL_SetFatalError(FATAL_ERROR_EJECT_CARD_AFTER_LOAD_START);
|
||||
}
|
||||
|
||||
#endif // SYSM_NO_LOAD
|
||||
|
||||
s_loadstart = TRUE;
|
||||
s_loadTimes++; // ロード回数のチェック用、二回目以降は非対応の実装なので
|
||||
|
||||
@ -1177,9 +1179,6 @@ void SYSM_StartLoadTitle( TitleProperty *pBootTitle )
|
||||
|
||||
}
|
||||
else
|
||||
|
||||
#endif // SYSM_NO_LOAD
|
||||
|
||||
{
|
||||
// アプリロード済み
|
||||
SYSM_SetLoadSucceeded(TRUE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user