summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeCommon.cpp
diff options
context:
space:
mode:
authorStevoisiak <S.Vascellaro@gmail.com>2014-12-30 19:57:14 -0500
committerStevoisiak <S.Vascellaro@gmail.com>2014-12-30 19:57:14 -0500
commit2e1d8d7ac0b7e2b863fcc6880541f1780e03c332 (patch)
tree5e54bed8913883b59617cc5048d4ec994376c284 /Source/Core/DiscIO/VolumeCommon.cpp
parentf5cddd4020f0ca875b8e0b3e7c3ea79b3710e488 (diff)
Added identifier for country code 'B'
Only used by the American version of Ufouria: The Saga
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeCommon.cpp1
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':