mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Update Wii save import / export to use the same replace list as FileIO
add a couple of country codes I found through redump.org database git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6640 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -25,15 +25,18 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
|
||||
// Region free - fall through to European defaults for now
|
||||
case 'A':
|
||||
|
||||
case 'X': // Not a real region code. Used by DVDX 1.0 and
|
||||
// The Homebrew Channel versions 1.0.4 and earlier.
|
||||
|
||||
|
||||
// PAL
|
||||
case 'D':
|
||||
case 'D': // German
|
||||
case 'X': // Used by a couple PAL games
|
||||
case 'Y': // German, french
|
||||
|
||||
|
||||
case 'L': // Japanese import to PAL regions
|
||||
case 'M': // Japanese import to PAL regions
|
||||
case 'S': // Spanish-speaking regions
|
||||
case 'P':
|
||||
case 'U': // Australia
|
||||
return IVolume::COUNTRY_EUROPE;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user