fix extraneous separator in the SMS menu when in SG-1000 mode
This commit is contained in:
parent
562e1d41e4
commit
8055acec1a
|
@ -1391,6 +1391,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
SMSOverclockMenuItem.Visible =
|
SMSOverclockMenuItem.Visible =
|
||||||
SMSVDPViewerToolStripMenuItem.Visible =
|
SMSVDPViewerToolStripMenuItem.Visible =
|
||||||
|
toolStripSeparator24.Visible =
|
||||||
Global.Game.System != "SG";
|
Global.Game.System != "SG";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue