allow av recording and screenshots of null emulator (static screen)
This commit is contained in:
parent
1e5474c345
commit
d582161d82
|
@ -37,9 +37,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
OpenRomMenuItem.ShortcutKeyDisplayString = Global.Config.HotkeyBindings["Open ROM"].Bindings;
|
||||
CloseRomMenuItem.ShortcutKeyDisplayString = Global.Config.HotkeyBindings["Close ROM"].Bindings;
|
||||
|
||||
// screenshots and av record should work correctly on nullemulator
|
||||
MovieSubMenu.Enabled =
|
||||
AVSubMenu.Enabled =
|
||||
ScreenshotSubMenu.Enabled =
|
||||
// AVSubMenu.Enabled =
|
||||
// ScreenshotSubMenu.Enabled =
|
||||
CloseRomMenuItem.Enabled =
|
||||
!Global.Emulator.IsNull();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue