tastudio: when new seeking starts, kill the old one
This commit is contained in:
parent
593433106b
commit
beb204bb4c
|
@ -79,6 +79,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (!frame.HasValue)
|
||||
return;
|
||||
|
||||
if (Mainform.PauseOnFrame != null)
|
||||
StopSeeking();
|
||||
|
||||
_seekStartFrame = Emulator.Frame;
|
||||
Mainform.PauseOnFrame = frame.Value;
|
||||
int? diff = Mainform.PauseOnFrame - _seekStartFrame;
|
||||
|
|
Loading…
Reference in New Issue