Disable Rewind & States menu item based on if the core is IStatable
This commit is contained in:
parent
745b8f555b
commit
6c08847c38
|
@ -782,6 +782,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
private void ConfigSubMenu_DropDownOpened(object sender, EventArgs e)
|
||||
{
|
||||
ControllersMenuItem.Enabled = Global.Emulator.ControllerDefinition.Any();
|
||||
RewindOptionsMenuItem.Enabled = Global.Emulator.HasSavestates();
|
||||
}
|
||||
|
||||
private void FrameSkipMenuItem_DropDownOpened(object sender, EventArgs e)
|
||||
|
|
Loading…
Reference in New Issue