Merge pull request #8363 from Fullmetal5/patch-1

Add Wii Mini system menu version detection
This commit is contained in:
JosJuice 2019-09-23 20:18:45 +02:00 committed by GitHub
commit edfb0f66b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ std::string GetSysMenuVersionString(u16 title_version)
break;
}
switch (title_version & ~0xf)
switch (title_version & 0xff0)
{
case 32:
return "1.0" + region_letter;