tastudio: rewinding was turning rec mode off
This commit is contained in:
parent
3ac053c33d
commit
fed9380e33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue