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 ");