mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
DiscIO: Add the missing 'V' country code
This commit is contained in:
@ -171,6 +171,7 @@ Region RegionSwitch(u8 country_code, Platform platform, Region expected_region)
|
|||||||
case 'R':
|
case 'R':
|
||||||
case 'S':
|
case 'S':
|
||||||
case 'U':
|
case 'U':
|
||||||
|
case 'V':
|
||||||
case 'X':
|
case 'X':
|
||||||
case 'Y':
|
case 'Y':
|
||||||
return Region::PAL;
|
return Region::PAL;
|
||||||
@ -201,6 +202,7 @@ Country CountrySwitch(u8 country_code, Platform platform, Region region)
|
|||||||
case 'Y': // German, French
|
case 'Y': // German, French
|
||||||
case 'L': // Japanese import to PAL regions
|
case 'L': // Japanese import to PAL regions
|
||||||
case 'M': // Japanese import to PAL regions
|
case 'M': // Japanese import to PAL regions
|
||||||
|
case 'V':
|
||||||
case 'P':
|
case 'P':
|
||||||
return Country::Europe;
|
return Country::Europe;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user