mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user