From c871c2c0e981f4da4026ee9ad8ff034d8c11d0b9 Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 7 Jul 2011 02:07:11 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AD=A6=E5=91=8A=E5=AF=BE=E7=AD=96?= 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@360 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp b/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp index 541feb4..91e026f 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp +++ b/trunk/ConsoleDataMigration/sources/ConsoleBackup/Exporter.cpp @@ -148,6 +148,8 @@ nn::Result DeleteTrash(std::wstring currentDirectory) result = common::SdMountManager::Unmount(); COMMON_LOGGER_RETURN_RESULT_IF_FAILED(result); + + return nn::ResultSuccess(); } nn::Result WriteTwlTitleList(std::vector& programIdList) @@ -735,6 +737,8 @@ nn::Result WriteMcuRtcData(common::HardwareStateManager& manager) return nn::Result(nn::Result::LEVEL_FATAL, nn::Result::SUMMARY_INVALID_STATE, nn::Result::MODULE_COMMON, nn::Result::DESCRIPTION_INVALID_HANDLE); } + + return nn::ResultSuccess(); } void ExportThreadFunc()