mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
USG無線パッチ選択の修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@968 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f95f4cb225
commit
683e49f131
@ -176,7 +176,7 @@ void BOOT_Ready( void )
|
||||
|
||||
// USG以前のDSアプリには無線パッチを適用
|
||||
// (キャッシュ領域の排他制御簡略化のためARM9で行う)
|
||||
if ( REBOOT_TARGET_DS_APP )
|
||||
if ( target == REBOOT_TARGET_DS_APP )
|
||||
{
|
||||
DS_InsertWLPatch();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user