From 2662a02391e22127afcac8ca3eeb794fcf115e38 Mon Sep 17 00:00:00 2001 From: N2614 Date: Fri, 23 Mar 2012 02:18:12 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E8=A8=AD=E5=AE=9A=E3=81=8C=E7=A9=BA?= =?UTF-8?q?=E3=81=AE=E6=99=82=E3=81=AB=E3=82=A2=E3=83=9C=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=20?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E7=95=AA=E5=8F=B7?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0?= 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@671 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../sources/ConsoleRestore/Importer.cpp | 2 +- .../ConsoleDataMigration_2-1-2_fix/sources/common/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/ConsoleDataMigration_2-1-2_fix/sources/ConsoleRestore/Importer.cpp b/branches/ConsoleDataMigration_2-1-2_fix/sources/ConsoleRestore/Importer.cpp index 14aad58..fbcff34 100644 --- a/branches/ConsoleDataMigration_2-1-2_fix/sources/ConsoleRestore/Importer.cpp +++ b/branches/ConsoleDataMigration_2-1-2_fix/sources/ConsoleRestore/Importer.cpp @@ -394,7 +394,7 @@ nn::Result ImportCountryLanguageData() nn::Result result = nn::ResultSuccess(); // 設定済みなら何もしない - if(nn::cfg::CTR::GetCountry() != nn::cfg::CTR::CFG_COUNTRY_UNKNOWN) + if(nn::cfg::CTR::GetCountry() != nn::cfg::CTR::CFG_COUNTRY_UNKNOWN && nn::cfg::CTR::GetCountry() != nn::cfg::CTR::CFG_COUNTRY_UNDEFINED) { return result; } diff --git a/branches/ConsoleDataMigration_2-1-2_fix/sources/common/version.h b/branches/ConsoleDataMigration_2-1-2_fix/sources/common/version.h index 0a8dbcd..7ba727d 100644 --- a/branches/ConsoleDataMigration_2-1-2_fix/sources/common/version.h +++ b/branches/ConsoleDataMigration_2-1-2_fix/sources/common/version.h @@ -18,6 +18,6 @@ #define CONSOLE_REPAIR_VERSION_MAJOR "2" #define CONSOLE_REPAIR_VERSION_MINOR "1" -#define CONSOLE_REPAIR_VERSION_MICRO "2" +#define CONSOLE_REPAIR_VERSION_MICRO "3" #endif /* VERSION_H_ */