Merge pull request #1795 from Stevoisiak/UfouriaCountryCode

Added identifier for country code 'B'
This commit is contained in:
Lioncash 2014-12-30 20:13:17 -05:00
commit 68a71d7e54
2 changed files with 2 additions and 1 deletions

View File

@ -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':

View File

@ -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