From 3806c1f1630a8ebd4194ffd2fa42ae58e61647e5 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 27 Apr 2011 02:52:29 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=AC=E3=83=83=E3=83=89=E3=81=AE?= =?UTF-8?q?=E7=B5=82=E4=BA=86=E3=82=92=E5=BE=85=E3=81=A3=E3=81=A6=E3=81=8B?= =?UTF-8?q?=E3=82=89=E3=83=86=E3=82=B9=E3=83=88=E3=81=AE=E3=83=A1=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=AC=E3=83=83=E3=83=89=E3=81=8C=E7=B5=82?= =?UTF-8?q?=E4=BA=86=E3=81=99=E3=82=8B=E3=82=88=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@230 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../sources/tests/ConsoleBackup/Exporter/test_Exporter.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/ConsoleDataMigration/sources/tests/ConsoleBackup/Exporter/test_Exporter.cpp b/trunk/ConsoleDataMigration/sources/tests/ConsoleBackup/Exporter/test_Exporter.cpp index 2c2aa79..61b3427 100644 --- a/trunk/ConsoleDataMigration/sources/tests/ConsoleBackup/Exporter/test_Exporter.cpp +++ b/trunk/ConsoleDataMigration/sources/tests/ConsoleBackup/Exporter/test_Exporter.cpp @@ -97,6 +97,12 @@ void ExporterTest::WriteTwlTitleData() { NN_LOG("WriteTwlTitleData\n"); ConsoleBackup::ExportTwlTitleList(); + + while (!ConsoleBackup::IsExportFinished()) + { + nn::os::Thread::Sleep(nn::fnd::TimeSpan::FromMilliSeconds(10)); + } + ConsoleBackup::FinalizeExportThread(); }