Merge pull request #7487 from JosJuice/wii-menu-1.0-region-2

Treat Wii Menu 1.0 as NTSC-U
This commit is contained in:
Mat M 2018-10-12 14:45:17 -04:00 committed by GitHub
commit bbb08eec98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: