tastudio: rewinding was turning rec mode off

This commit is contained in:
feos 2017-03-08 20:42:03 +03:00
parent 3ac053c33d
commit fed9380e33
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ namespace BizHawk.Client.EmuHawk
// If seeking to a frame before or at the end of the movie, use StartAtNearestFrameAndEmulate
// Otherwise, load the latest state (if not already there) and seek while recording.
WasRecording = CurrentTasMovie.IsRecording || WasRecording;
if (frame <= CurrentTasMovie.InputLogLength)
{
// Get as close as we can then emulate there