From 7bde918fe32bde416205d7424b00367525f2687b Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 2 Jun 2011 07:11:01 +0000 Subject: [PATCH] =?UTF-8?q?NUP=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AB=E3=82=88=E3=82=89=E3=81=9A=E5=BF=85=E3=81=9A?= =?UTF-8?q?NUP=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@306 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../ConsoleDataMigration/ConsoleRestore/Importer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()