mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
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:
parent
02014e9b62
commit
eb75fb0250
@ -1650,7 +1650,7 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag
|
|||||||
operationMessage.Add("Press A or START Button to Continue.");
|
operationMessage.Add("Press A or START Button to Continue.");
|
||||||
if(nextStep)
|
if(nextStep)
|
||||||
{
|
{
|
||||||
s_RestoreState = SYNC_TICKET;
|
s_RestoreState = COMPLETE_ACT;
|
||||||
DeleteAllCheckFiles();
|
DeleteAllCheckFiles();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1700,7 +1700,7 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag
|
|||||||
PlayCursorSound(PREINSTALL_WAIT_SYNC_TICKET);
|
PlayCursorSound(PREINSTALL_WAIT_SYNC_TICKET);
|
||||||
if(nextStep)
|
if(nextStep)
|
||||||
{
|
{
|
||||||
s_RestoreState = SYNC_TICKET;
|
s_RestoreState = COMPLETE_ACT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user