IVSダウンロードモードとプリインストールアプリダウンロードモードでact移行完了処理を呼ぶように

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
This commit is contained in:
N2614 2013-11-20 04:16:07 +00:00
parent 02014e9b62
commit eb75fb0250

View File

@ -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;