mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #1795 from Stevoisiak/UfouriaCountryCode
Added identifier for country code 'B'
This commit is contained in:
commit
68a71d7e54
@ -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':
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user