mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Fix GetSysMenuRegion's handling of Wii Menu 1.0
This was a regression in 58bd129
.
This commit is contained in:
@ -126,6 +126,9 @@ Country CountrySwitch(u8 country_code)
|
||||
|
||||
u8 GetSysMenuRegion(u16 title_version)
|
||||
{
|
||||
if (title_version == 33)
|
||||
return 'A'; // 1.0 uses 33 as the version number in all regions
|
||||
|
||||
switch (title_version & 0xf)
|
||||
{
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user