From f391d356beac344788703c0c09ab4fc5c60857e8 Mon Sep 17 00:00:00 2001 From: nakasima Date: Wed, 16 Jul 2008 07:31:26 +0000 Subject: [PATCH] =?UTF-8?q?=E7=84=A1=E7=B7=9A=E3=83=95=E3=82=A1=E3=83=BC?= =?UTF-8?q?=E3=83=A0=E3=81=AE=E3=83=AD=E3=83=BC=E3=83=89=E4=B8=AD=E3=81=AF?= =?UTF-8?q?=E3=82=B9=E3=83=AA=E3=83=BC=E3=83=97=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=82=A2=E3=83=97=E3=83=AA=E5=81=B4?= =?UTF-8?q?=E3=81=A7=E5=AF=BE=E5=BF=9C=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@1909 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index 4d8e210c..884b53b5 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -616,8 +616,13 @@ MAIN_LOOP_START: (void)SND_FlushCommand(SND_COMMAND_NOBLOCK); #ifndef DISABLE_SLEEP - // スリープモードへの遷移(蓋開き状態とデバッガ接続中のキャンセルはデフォルトで行う) - UTL_GoSleepMode(); + // スリープモードへの遷移 + //(無線ファームのロード完了はアプリ側でチェックしてもらう方針) + //(蓋開き状態とデバッガ接続中のキャンセルはデフォルトで行う) + if ( PollingInstallWlanFirmware() ) + { + UTL_GoSleepMode(); + } #endif // DISABLE_SLEEP } }