mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Added identifier for country code 'B'
Only used by the American version of Ufouria: The Saga
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user