Virtualpad is fine during null emulator don't disable the menu item, useless but nothing bad happens. Tastudio menu item should be disabled if core is not an IStatable

This commit is contained in:
adelikat 2014-11-30 18:06:26 +00:00
parent a442e879d3
commit 9e7193f8b2
1 changed files with 1 additions and 3 deletions

View File

@ -1120,9 +1120,7 @@ namespace BizHawk.Client.EmuHawk
TraceLoggerMenuItem.ShortcutKeyDisplayString = Global.Config.HotkeyBindings["Trace Logger"].Bindings;
TraceLoggerMenuItem.Enabled = Global.Emulator.CoreComm.CpuTraceAvailable;
TAStudioMenuItem.Enabled =
VirtualPadMenuItem.Enabled =
!Global.Emulator.IsNull();
TAStudioMenuItem.Enabled = Global.Emulator.HasSavestates();
CheatsMenuItem.Enabled =
HexEditorMenuItem.Enabled =