mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
DiscIO: Restore the Korean case in CountryCodeToCountry
I must've goofed or something last time I changed this.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user