From eb75fb02504e52d2284680e1aae5ba5ec9ad15f2 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 20 Nov 2013 04:16:07 +0000 Subject: [PATCH] =?UTF-8?q?IVS=E3=83=80=E3=82=A6=E3=83=B3=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=83=A2=E3=83=BC=E3=83=89=E3=81=A8=E3=83=97?= =?UTF-8?q?=E3=83=AA=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=82=A2=E3=83=97=E3=83=AA=E3=83=80=E3=82=A6=E3=83=B3=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=83=A2=E3=83=BC=E3=83=89=E3=81=A7act?= =?UTF-8?q?=E7=A7=BB=E8=A1=8C=E5=AE=8C=E4=BA=86=E5=87=A6=E7=90=86=E3=82=92?= =?UTF-8?q?=E5=91=BC=E3=81=B6=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@766 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../sources/ConsoleRestore/Controller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp index f42e7a2..a002700 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp @@ -1650,7 +1650,7 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag operationMessage.Add("Press A or START Button to Continue."); if(nextStep) { - s_RestoreState = SYNC_TICKET; + s_RestoreState = COMPLETE_ACT; DeleteAllCheckFiles(); } } @@ -1700,7 +1700,7 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag PlayCursorSound(PREINSTALL_WAIT_SYNC_TICKET); if(nextStep) { - s_RestoreState = SYNC_TICKET; + s_RestoreState = COMPLETE_ACT; } } break;