tastudio: when new seeking starts, kill the old one

This commit is contained in:
feos 2016-11-26 20:02:54 +03:00
parent 593433106b
commit beb204bb4c
1 changed files with 3 additions and 0 deletions

View File

@ -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;