From 0cf3e8772c1cce41b1ac8bc139f4a734803a561f Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 25 Jul 2011 05:22:51 +0000 Subject: [PATCH] =?UTF-8?q?ptm=E3=81=B8=E3=81=AE=E3=82=A4=E3=83=99?= =?UTF-8?q?=E3=83=B3=E3=83=88=E8=BF=BD=E5=8A=A0=E3=82=92=E6=97=A9=E3=82=81?= =?UTF-8?q?=E3=82=8B?= 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@393 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp b/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp index 6d0834e..ffa4f46 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp +++ b/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp @@ -897,6 +897,9 @@ bool ExportData(common::HardwareStateManager& manager) { nn::Result result; + // 電源断の履歴をptmに追加する + AddShutDownPtmEvent(); + // リージョンデータをSDに書き込む result = WriteRegionData(); COMMON_LOGGER_RETURN_FALSE_IF_FAILED(result); @@ -921,9 +924,6 @@ bool ExportData(common::HardwareStateManager& manager) result = WriteIvs(manager); COMMON_LOGGER_RETURN_FALSE_IF_FAILED(result); - // 電源断の履歴をptmに追加する - AddShutDownPtmEvent(); - // RTCをSDに書き出す result = WriteMcuRtcData(manager); COMMON_LOGGER_RETURN_FALSE_IF_FAILED(result);