fix bug tat was showing the N64 menu when a genesis game is loaded

This commit is contained in:
adelikat 2013-10-06 19:11:47 +00:00
parent eccf0cac3f
commit d4323a8ea5
1 changed files with 2 additions and 0 deletions

View File

@ -839,6 +839,8 @@ namespace BizHawk.MultiClient
switch (system)
{
default:
case "GEN":
break;
case "NULL":
n64ToolStripMenuItem.Visible = true;
break;