Treat Wii Menu 1.0 as NTSC-U

See the comments of https://github.com/dolphin-emu/dolphin/pull/7440.
This commit is contained in:
JosJuice 2018-10-12 17:13:40 +02:00
parent b3cd6158fc
commit 7643d6d2f9

View file

@ -276,9 +276,6 @@ Country CountryCodeToCountry(u8 country_code, Platform platform, Region region)
Region GetSysMenuRegion(u16 title_version)
{
if (title_version == 33)
return Region::Unknown; // 1.0 uses 33 as the version number in all regions
switch (title_version & 0xf)
{
case 0: