mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
ビルドエラー修正
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@210 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
2e3b5ea3c4
commit
7bd2ff96bf
@ -360,8 +360,10 @@ void CheckConsoleInitialized(::std::vector<std::string>& message, bool& goNextSt
|
||||
// シリアルナンバーがあるかどうかチェック
|
||||
void CheckExistsSerialNumber(::std::vector<std::string>& message, bool& goNextStep)
|
||||
{
|
||||
NN_UNUSED_VAR(message);
|
||||
NN_UNUSED_VAR(goNextStep);
|
||||
|
||||
|
||||
// SDカードにシリアルナンバーがあるか?
|
||||
if (common::ExistsSerialNumberFile())
|
||||
{
|
||||
@ -1151,8 +1153,6 @@ void ControlState(::std::vector<std::string>& operationMessage, bool& nextStep)
|
||||
s_RestoreState = FAIL;
|
||||
}
|
||||
|
||||
init = false;
|
||||
|
||||
s_RestoreState = CONNECT_ONLY;
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user