diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-12-30 20:13:17 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-12-30 20:13:17 -0500 |
| commit | 68a71d7e54d5d5bd9d96f233d660b1d962c252ef (patch) | |
| tree | 5e54bed8913883b59617cc5048d4ec994376c284 /Source/Core/DiscIO/VolumeCommon.cpp | |
| parent | f5cddd4020f0ca875b8e0b3e7c3ea79b3710e488 (diff) | |
| parent | 2e1d8d7ac0b7e2b863fcc6880541f1780e03c332 (diff) | |
Merge pull request #1795 from Stevoisiak/UfouriaCountryCode
Added identifier for country code 'B'
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeCommon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp index 0956f119c9..2cd3a1f771 100644 --- a/Source/Core/DiscIO/VolumeCommon.cpp +++ b/Source/Core/DiscIO/VolumeCommon.cpp @@ -52,6 +52,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode) case 'E': case 'N': // Japanese import to USA and other NTSC regions case 'Z': // Prince Of Persia - The Forgotten Sands (WII) + case 'B': // Ufouria: The Saga (Virtual Console) return IVolume::COUNTRY_USA; case 'J': |
