Remove redundant code.

This commit is contained in:
SuuperW 2025-06-14 14:08:17 -05:00
parent 80127dcd00
commit 65e4133883
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ namespace BizHawk.Client.EmuHawk
_seekingTo = frame;
MainForm.PauseOnFrame = int.MaxValue; // This being set is how MainForm knows we are seeking, and controls TurboSeek.
WasRecording = CurrentTasMovie.IsRecording() || WasRecording;
TastudioPlayMode(); // suspend rec mode until seek ends, to allow mouse editing
MainForm.UnpauseEmulator();
if (_seekingTo - _seekStartFrame > 1)