fix bug tat was showing the N64 menu when a genesis game is loaded
This commit is contained in:
parent
eccf0cac3f
commit
d4323a8ea5
|
@ -839,6 +839,8 @@ namespace BizHawk.MultiClient
|
|||
switch (system)
|
||||
{
|
||||
default:
|
||||
case "GEN":
|
||||
break;
|
||||
case "NULL":
|
||||
n64ToolStripMenuItem.Visible = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue