mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Added identifier for country code 'B'
Only used by the American version of Ufouria: The Saga
This commit is contained in:
parent
f5cddd4020
commit
2e1d8d7ac0
@ -52,6 +52,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
|
|||||||
case 'E':
|
case 'E':
|
||||||
case 'N': // Japanese import to USA and other NTSC regions
|
case 'N': // Japanese import to USA and other NTSC regions
|
||||||
case 'Z': // Prince Of Persia - The Forgotten Sands (WII)
|
case 'Z': // Prince Of Persia - The Forgotten Sands (WII)
|
||||||
|
case 'B': // Ufouria: The Saga (Virtual Console)
|
||||||
return IVolume::COUNTRY_USA;
|
return IVolume::COUNTRY_USA;
|
||||||
|
|
||||||
case 'J':
|
case 'J':
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
#include "DolphinWX/ISOFile.h"
|
#include "DolphinWX/ISOFile.h"
|
||||||
#include "DolphinWX/WxUtils.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_WIDTH 96
|
||||||
#define DVD_BANNER_HEIGHT 32
|
#define DVD_BANNER_HEIGHT 32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user