diff --git a/branches/0thNUP_No_NUP/ConsoleDataMigration/ConsoleRestore/Importer.cpp b/branches/0thNUP_No_NUP/ConsoleDataMigration/ConsoleRestore/Importer.cpp index 10c5e58..3cac185 100644 --- a/branches/0thNUP_No_NUP/ConsoleDataMigration/ConsoleRestore/Importer.cpp +++ b/branches/0thNUP_No_NUP/ConsoleDataMigration/ConsoleRestore/Importer.cpp @@ -808,7 +808,8 @@ nn::Result ReadVersionData() bool AlreadyExecutedNup() { - return s_SDVersionData.nup.majorVersion != 0; + // バージョンによらずNUPしていないと返す + return false; } void Cleanup()