diff options
| author | JosJuice <josjuice@gmail.com> | 2018-10-08 13:36:06 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2018-10-08 13:57:31 +0200 |
| commit | 504024ab46a17e6fa6295b2d0fc022e216bd8a1a (patch) | |
| tree | e42dea504be354d194add4d379240f0d640b7dc8 /Source/Core/DiscIO/Enums.cpp | |
| parent | 57d05293fd11748a7a533ad81a1b61e85e4daca6 (diff) | |
DiscIO: Add the missing 'V' country code
Diffstat (limited to 'Source/Core/DiscIO/Enums.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Enums.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Enums.cpp b/Source/Core/DiscIO/Enums.cpp index 5d3129fd7d..efb4801a4d 100644 --- a/Source/Core/DiscIO/Enums.cpp +++ b/Source/Core/DiscIO/Enums.cpp @@ -171,6 +171,7 @@ Region RegionSwitch(u8 country_code, Platform platform, Region expected_region) case 'R': case 'S': case 'U': + case 'V': case 'X': case 'Y': return Region::PAL; @@ -201,6 +202,7 @@ Country CountrySwitch(u8 country_code, Platform platform, Region region) case 'Y': // German, French case 'L': // Japanese import to PAL regions case 'M': // Japanese import to PAL regions + case 'V': case 'P': return Country::Europe; |
