Skip to content

Commit

Permalink
DiscIO: Add the missing 'V' country code
Browse files Browse the repository at this point in the history
  • Loading branch information
JosJuice committed Oct 8, 2018
1 parent 57d0529 commit 504024a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DiscIO/Enums.cpp
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 504024a

Please sign in to comment.