Add files via upload

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

View File

@ -43,7 +43,7 @@
/// Returns whether or not the rewind action actually occured
/// </summary>
/// <returns></returns>
bool Rewind();
bool Rewind(ref bool runframe);
bool WantsToControlRestartMovie { get; }

View File

@ -4461,7 +4461,7 @@ namespace BizHawk.Client.EmuHawk
if (isRewinding)
{
runFrame = true; // TODO: the master should be deciding this!
Master.Rewind();
Master.Rewind(ref runFrame);
}
}
else