allow av recording and screenshots of null emulator (static screen)

This commit is contained in:
goyuken 2014-11-30 17:58:37 +00:00
parent 1e5474c345
commit d582161d82
1 changed files with 3 additions and 2 deletions

View File

@ -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();
}