mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -276,9 +276,6 @@ Country CountryCodeToCountry(u8 country_code, Platform platform, Region region)
|
|||||||
|
|
||||||
Region GetSysMenuRegion(u16 title_version)
|
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)
|
switch (title_version & 0xf)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
Reference in New Issue
Block a user