From b6147c52665d6c8e2c6a50231266b6df136329e4 Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 23 May 2011 08:54:24 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=83=E3=83=86=E3=83=AA=E6=AE=8B?= =?UTF-8?q?=E9=87=8F=E3=82=92=E5=8F=96=E5=BE=97=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@266 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/Util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/ConsoleDataMigration/sources/common/Util.cpp b/trunk/ConsoleDataMigration/sources/common/Util.cpp index 43b6ced..177d7d4 100644 --- a/trunk/ConsoleDataMigration/sources/common/Util.cpp +++ b/trunk/ConsoleDataMigration/sources/common/Util.cpp @@ -212,6 +212,7 @@ bool Util::IsAdapterConnected() bool Util::IsBatteryLower() { + m_BatteryRemain = GetBatteryRemain(); return m_BatteryRemain <= 10; }