mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-16 19:01:18 -04:00
Added flags for Russia and Australia
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user