mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Replace Country Names With No-Intro Names
This commit is contained in:
parent
53bf21e15a
commit
265a21a565
15 changed files with 26 additions and 26 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue