From 338f3467e50c160fca02090123e10fbc8d58e296 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 19 Oct 2018 18:45:59 +0200 Subject: [PATCH] DiscIO: Restore the Korean case in CountryCodeToCountry I must've goofed or something last time I changed this. --- Source/Core/DiscIO/Enums.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DiscIO/Enums.cpp b/Source/Core/DiscIO/Enums.cpp index 043fd87ce0..e46ca238d0 100644 --- a/Source/Core/DiscIO/Enums.cpp +++ b/Source/Core/DiscIO/Enums.cpp @@ -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