diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp index 1d92abe..d70395a 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp @@ -510,24 +510,12 @@ void ControlState(::std::vector& operationMessage, bool& nextStep, } break; - // 削除処理 + // プレイ履歴復元 case HISTORY_RECOVER: { - static bool init = true; - if (init) - { - // ptmのセーブデータ移行後に時計を無効化する - nn::ptm::CTR::InvalidateSystemTime(); + nn::ptm::CTR::InvalidateSystemTime(); - // ptmのセーブデータ移行後にプレイ履歴を移行する - ImportPlayHistory(); - init = false; - } - - if(IsImportFinished()) - { - s_RestoreState = TIME_ADJUST; - } + s_RestoreState = TIME_ADJUST; }