tastudio: stop seeking when movie stops

This commit is contained in:
feos 2016-08-04 18:53:01 +03:00
parent 170681c3ad
commit b0893bdee8
2 changed files with 5 additions and 1 deletions

View File

@ -98,6 +98,9 @@ namespace BizHawk.Client.EmuHawk
return true;
}
IgnoreSeekFrame = false; // don't unpause
StopSeeking();
if (CurrentTasMovie != null && CurrentTasMovie.Changes)
{
GlobalWin.Sound.StopSound();

View File

@ -910,10 +910,11 @@ namespace BizHawk.Client.EmuHawk
return;
_exiting = true;
if (AskSaveChanges())
{
WantsToControlStopMovie = false;
GlobalWin.MainForm.StopMovie(saveChanges: false);
TastudioStopMovie();
DisengageTastudio();
}
else