mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-25 15:41:11 +00:00
'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)
|
switch (CountryCode)
|
||||||
{
|
{
|
||||||
// PAL
|
// PAL
|
||||||
|
case 'A':
|
||||||
case 'D':
|
case 'D':
|
||||||
case 'S': // <- that is shitty :) zelda demo disc
|
case 'S': // <- that is shitty :) zelda demo disc
|
||||||
case 'X': // XIII <- uses X but is PAL rip
|
case 'X': // XIII <- uses X but is PAL rip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user