summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeCommon.cpp
diff options
context:
space:
mode:
authorSteven Vascellaro <Stevoisiak@gmail.com>2014-11-18 18:52:19 -0500
committerSteven Vascellaro <Stevoisiak@gmail.com>2014-11-18 19:44:17 -0500
commit695bbac36aebe23d29f9071e24011d60c4bea219 (patch)
tree6d63bb97aeb07e09296e6f8382a880cf95a2289d /Source/Core/DiscIO/VolumeCommon.cpp
parentf1a26ff6546f5393d4d057549c6fcc28bc66cccf (diff)
Removed SDK flag
SDK is not an official Nintendo country code, and is not actually used by any official software.
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeCommon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp
index 69a9cc8981..0956f119c9 100644
--- a/Source/Core/DiscIO/VolumeCommon.cpp
+++ b/Source/Core/DiscIO/VolumeCommon.cpp
@@ -62,9 +62,6 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
case 'T': // Korea with English language
return IVolume::COUNTRY_KOREA;
- case 'O':
- return IVolume::COUNTRY_SDK;
-
case 'W':
return IVolume::COUNTRY_TAIWAN;