WIFIパッチ適用時は重複してUSG無線パッチを当てないように修正(ローンチで無くなったけど念のため)。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@844 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nakasima 2008-03-07 01:29:43 +00:00
parent fb1bd48d84
commit 2baabefc33

View File

@ -2,7 +2,7 @@
Project: TwlIPL
File: bootAPI.c
Copyright 2007 Nintendo. All rights reserved.
Copyright 2007-2008 Nintendo. All rights reserved.
These coded instructions, statements, and computer programs contain
proprietary information of Nintendo of America Inc. and/or Nintendo
@ -165,7 +165,7 @@ void BOOT_Ready( void )
// USG以前のDSアプリには無線パッチを適用
// キャッシュ領域の排他制御簡略化のためARM9で行う
if ( ds )
if ( REBOOT_TARGET_DS_APP )
{
DS_InsertWLPatch();
}