Added flags for Russia and Australia

This commit is contained in:
Stevoisiak
2014-10-28 23:04:24 -04:00
parent f895648eb9
commit 00620ea729
5 changed files with 202 additions and 11 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
COUNTRY_SDK,
COUNTRY_UNKNOWN,
COUNTRY_GERMANY,
COUNTRY_AUSTRALIA,
NUMBER_OF_COUNTRIES
};
+3 -1
View File
@@ -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;