movie: when pause on movie end is chosen, go to finished mode instead of stopping

This commit is contained in:
feos 2019-06-16 00:32:39 +03:00
parent 1bcf6394ed
commit 6f5d2cf24b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace BizHawk.Client.Common
Movie.SwitchToRecord();
break;
case MovieEndAction.Pause:
Movie.Stop();
Movie.FinishedMode();
PauseCallback();
break;
default: