mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
More minor consistency changes
This commit is contained in:
parent
cb86db7b68
commit
f31b688cf5
32 changed files with 109 additions and 109 deletions
|
@ -52,7 +52,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
|
|||
// NTSC
|
||||
case 'E':
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue