mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Merge pull request #7505 from JosJuice/korean-country-code
DiscIO: Restore the Korean case in CountryCodeToCountry
This commit is contained in:
commit
4d62037f88
@ -266,6 +266,7 @@ Country CountryCodeToCountry(u8 country_code, Platform platform, Region region)
|
|||||||
case 'K': // Games in Korean released in Korea
|
case 'K': // Games in Korean released in Korea
|
||||||
case 'Q': // NTSC-J games released on NTSC-K VC
|
case 'Q': // NTSC-J games released on NTSC-K VC
|
||||||
case 'T': // NTSC-U games released on NTSC-K VC
|
case 'T': // NTSC-U games released on NTSC-K VC
|
||||||
|
return Country::Korea;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if (country_code > 'A') // Silently ignore IOS wads
|
if (country_code > 'A') // Silently ignore IOS wads
|
||||||
|
Loading…
x
Reference in New Issue
Block a user