mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
WIFIパッチ適用時は重複してUSG無線パッチを当てないように修正(ローンチで無くなったけど念のため)。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@844 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
fb1bd48d84
commit
2baabefc33
@ -2,7 +2,7 @@
|
|||||||
Project: TwlIPL
|
Project: TwlIPL
|
||||||
File: bootAPI.c
|
File: bootAPI.c
|
||||||
|
|
||||||
Copyright 2007 Nintendo. All rights reserved.
|
Copyright 2007-2008 Nintendo. All rights reserved.
|
||||||
|
|
||||||
These coded instructions, statements, and computer programs contain
|
These coded instructions, statements, and computer programs contain
|
||||||
proprietary information of Nintendo of America Inc. and/or Nintendo
|
proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||||
@ -165,7 +165,7 @@ void BOOT_Ready( void )
|
|||||||
|
|
||||||
// USG以前のDSアプリには無線パッチを適用
|
// USG以前のDSアプリには無線パッチを適用
|
||||||
// (キャッシュ領域の排他制御簡略化のためARM9で行う)
|
// (キャッシュ領域の排他制御簡略化のためARM9で行う)
|
||||||
if ( ds )
|
if ( REBOOT_TARGET_DS_APP )
|
||||||
{
|
{
|
||||||
DS_InsertWLPatch();
|
DS_InsertWLPatch();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user