Add files via upload
This commit is contained in:
parent
b65d87f40c
commit
ae21d1748f
|
@ -28,7 +28,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
// TODO: We probably want to do this
|
// TODO: We probably want to do this
|
||||||
public bool WantsToControlRewind { get { return false; } }
|
public bool WantsToControlRewind { get { return false; } }
|
||||||
public void CaptureRewind() { }
|
public void CaptureRewind() { }
|
||||||
public bool Rewind() { return false; }
|
public bool Rewind(ref bool runframe) { return false; }
|
||||||
|
|
||||||
public bool WantsToControlRestartMovie { get { return false; } }
|
public bool WantsToControlRestartMovie { get { return false; } }
|
||||||
public void RestartMovie() { }
|
public void RestartMovie() { }
|
||||||
|
|
Loading…
Reference in New Issue