From 2e1d8d7ac0b7e2b863fcc6880541f1780e03c332 Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Tue, 30 Dec 2014 19:57:14 -0500 Subject: [PATCH] Added identifier for country code 'B' Only used by the American version of Ufouria: The Saga --- Source/Core/DiscIO/VolumeCommon.cpp | 1 + Source/Core/DolphinWX/ISOFile.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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': diff --git a/Source/Core/DolphinWX/ISOFile.cpp b/Source/Core/DolphinWX/ISOFile.cpp index 5e21cd0f4f..8d61d9f4d4 100644 --- a/Source/Core/DolphinWX/ISOFile.cpp +++ b/Source/Core/DolphinWX/ISOFile.cpp @@ -37,7 +37,7 @@ #include "DolphinWX/ISOFile.h" #include "DolphinWX/WxUtils.h" -static const u32 CACHE_REVISION = 0x117; +static const u32 CACHE_REVISION = 0x118; #define DVD_BANNER_WIDTH 96 #define DVD_BANNER_HEIGHT 32