From 81267a0715d3e63673e6b92c2e2e75a50a522333 Mon Sep 17 00:00:00 2001 From: nakasima Date: Sat, 13 Sep 2008 09:19:44 +0000 Subject: [PATCH] =?UTF-8?q?=E9=9B=BB=E5=9C=A7=E3=83=AC=E3=83=99=E3=83=AB?= =?UTF-8?q?=E3=81=8C=E6=9C=80=E4=BD=8E=E3=81=AE=E6=99=82=E3=81=AFAC?= =?UTF-8?q?=E3=82=A2=E3=83=80=E3=83=97=E3=82=BF=E3=81=8C=E6=8A=9C=E3=81=91?= =?UTF-8?q?=E3=81=A6=E3=82=82=E5=95=8F=E9=A1=8C=E7=84=A1=E3=81=84=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E5=B8=B8=E3=81=AB=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=88=E7=A6=81=E6=AD=A2=E3=81=AB=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@2515 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c index 9762e2b0..30f7d5be 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/src/main.c @@ -287,7 +287,8 @@ TwlMain() { OS_Sleep(1); } - if ((batLevel < 3) && ! isAdapter) + if (((batLevel <= 2) && ! isAdapter) || + (batLevel <= 1)) { kamiFontPrintfMain( 2, 9, 3, " Sorry, "); kamiFontPrintfMain( 2, 10, 3, " This SystemUpdater can not ");