Fix GetSysMenuRegion's handling of Wii Menu 1.0

This was a regression in 58bd129.
This commit is contained in:
JosJuice 2017-03-17 21:10:41 +01:00
parent 19d6092847
commit 04c49aa395
1 changed files with 3 additions and 0 deletions

View File

@ -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: