Removed SDK flag

SDK is not an official Nintendo country code, and is not actually used
by any official software.
This commit is contained in:
Steven Vascellaro
2014-11-18 18:52:19 -05:00
parent f1a26ff654
commit 695bbac36a
8 changed files with 1 additions and 127 deletions

View File

@ -253,9 +253,6 @@ CISOProperties::CISOProperties(const std::string fileName, wxWindow* parent, wxW
m_Lang->Disable();
}
break;
case DiscIO::IVolume::COUNTRY_SDK:
m_Country->SetValue(_("No Country (SDK)"));
break;
case DiscIO::IVolume::COUNTRY_UNKNOWN:
default:
m_Country->SetValue(_("UNKNOWN"));