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:
parent
a442e879d3
commit
9e7193f8b2
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue