mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Added flags for Russia and Australia
This commit is contained in:
parent
f895648eb9
commit
00620ea729
5 changed files with 202 additions and 11 deletions
|
@ -30,9 +30,11 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
|
|||
case 'M': // Japanese import to PAL regions
|
||||
case 'S': // Spanish-speaking regions
|
||||
case 'P':
|
||||
case 'U': // Australia
|
||||
return IVolume::COUNTRY_EUROPE;
|
||||
|
||||
case 'U': // Australia
|
||||
return IVolume::COUNTRY_AUSTRALIA;
|
||||
|
||||
case 'F':
|
||||
return IVolume::COUNTRY_FRANCE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue