mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 21:35:28 +00:00
Fix GetSysMenuRegion's handling of Wii Menu 1.0
This was a regression in 58bd129.
This commit is contained in:
parent
19d6092847
commit
04c49aa395
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user