Added identifier for country code 'B'

Only used by the American version of Ufouria: The Saga
This commit is contained in:
Stevoisiak
2014-12-30 19:57:14 -05:00
parent f5cddd4020
commit 2e1d8d7ac0
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':