mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Replace Country Names With No-Intro Names
This commit is contained in:
@ -53,7 +53,7 @@ public:
|
||||
COUNTRY_AUSTRALIA,
|
||||
COUNTRY_FRANCE,
|
||||
COUNTRY_GERMANY,
|
||||
COUNTRY_INTERNATIONAL,
|
||||
COUNTRY_WORLD,
|
||||
COUNTRY_ITALY,
|
||||
COUNTRY_KOREA,
|
||||
COUNTRY_NETHERLANDS,
|
||||
|
@ -18,7 +18,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
|
||||
{
|
||||
// Region free - Uses European flag as placeholder
|
||||
case 'A':
|
||||
return IVolume::COUNTRY_INTERNATIONAL;
|
||||
return IVolume::COUNTRY_WORLD;
|
||||
|
||||
// PAL
|
||||
case 'D':
|
||||
|
Reference in New Issue
Block a user