From 2e1d8d7ac0b7e2b863fcc6880541f1780e03c332 Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Tue, 30 Dec 2014 19:57:14 -0500 Subject: Added identifier for country code 'B' Only used by the American version of Ufouria: The Saga --- Source/Core/DiscIO/VolumeCommon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/DiscIO/VolumeCommon.cpp') 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': -- cgit v1.2.3