Add files via upload

This commit is contained in:
alyosha-tas 2018-11-18 09:03:49 -06:00 committed by GitHub
parent b65d87f40c
commit ae21d1748f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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