From ae21d1748f7dcb1997276c2d62b33a1027faa7dc Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sun, 18 Nov 2018 09:03:49 -0600 Subject: [PATCH] Add files via upload --- .../tools/Debugger/GenericDebugger.IControlMainform.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IControlMainform.cs b/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IControlMainform.cs index c7f95fbc04..767d927afd 100644 --- a/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IControlMainform.cs +++ b/BizHawk.Client.EmuHawk/tools/Debugger/GenericDebugger.IControlMainform.cs @@ -28,7 +28,7 @@ namespace BizHawk.Client.EmuHawk // TODO: We probably want to do this public bool WantsToControlRewind { get { return false; } } public void CaptureRewind() { } - public bool Rewind() { return false; } + public bool Rewind(ref bool runframe) { return false; } public bool WantsToControlRestartMovie { get { return false; } } public void RestartMovie() { }