Merge pull request #1942 from Buddybenj/No-Intro

Replace Country Names With No-Intro Names
This commit is contained in:
skidau
2015-02-23 12:56:28 +11:00
15 changed files with 26 additions and 26 deletions

View File

@ -52,7 +52,7 @@ public:
COUNTRY_AUSTRALIA,
COUNTRY_FRANCE,
COUNTRY_GERMANY,
COUNTRY_INTERNATIONAL,
COUNTRY_WORLD,
COUNTRY_ITALY,
COUNTRY_KOREA,
COUNTRY_NETHERLANDS,

View File

@ -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':