mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #8363 from Fullmetal5/patch-1
Add Wii Mini system menu version detection
This commit is contained in:
commit
edfb0f66b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user