'A' appears to be another country code for Europe.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5550 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c48aca7c37
commit
20eda8551a
|
@ -23,6 +23,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
|
|||
switch (CountryCode)
|
||||
{
|
||||
// PAL
|
||||
case 'A':
|
||||
case 'D':
|
||||
case 'S': // <- that is shitty :) zelda demo disc
|
||||
case 'X': // XIII <- uses X but is PAL rip
|
||||
|
|
Loading…
Reference in New Issue