mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
DiscIO: Add the missing 'V' country code
This commit is contained in:
parent
57d05293fd
commit
504024ab46
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user