mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 09:30:20 +00: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 'Q': // NTSC-J games released on NTSC-K VC
|
||||
case 'T': // NTSC-U games released on NTSC-K VC
|
||||
return Country::Korea;
|
||||
|
||||
default:
|
||||
if (country_code > 'A') // Silently ignore IOS wads
|
||||
|
Loading…
Reference in New Issue
Block a user