mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
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:
parent
f1a26ff654
commit
695bbac36a
8 changed files with 1 additions and 127 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue