From 2baabefc33e778a7c4d5c48bdb63a24086c98efd Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 7 Mar 2008 01:29:43 +0000 Subject: [PATCH] =?UTF-8?q?WIFI=E3=83=91=E3=83=83=E3=83=81=E9=81=A9?= =?UTF-8?q?=E7=94=A8=E6=99=82=E3=81=AF=E9=87=8D=E8=A4=87=E3=81=97=E3=81=A6?= =?UTF-8?q?USG=E7=84=A1=E7=B7=9A=E3=83=91=E3=83=83=E3=83=81=E3=82=92?= =?UTF-8?q?=E5=BD=93=E3=81=A6=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=88=E3=83=AD=E3=83=BC=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=81=A7=E7=84=A1=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=9F=E3=81=91?= =?UTF-8?q?=E3=81=A9=E5=BF=B5=E3=81=AE=E3=81=9F=E3=82=81=EF=BC=89=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@844 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries_sysmenu/boot/ARM9/src/bootAPI.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/libraries_sysmenu/boot/ARM9/src/bootAPI.c b/build/libraries_sysmenu/boot/ARM9/src/bootAPI.c index d9cc5f96..5df9cb10 100644 --- a/build/libraries_sysmenu/boot/ARM9/src/bootAPI.c +++ b/build/libraries_sysmenu/boot/ARM9/src/bootAPI.c @@ -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(); }