pause emulator when engaging tastudio

This commit is contained in:
adelikat 2014-07-12 01:32:21 +00:00
parent 43415044e7
commit d4c8fc5165
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ namespace BizHawk.Client.EmuHawk
{
GlobalWin.OSD.AddMessage("TAStudio engaged");
_tas = Global.MovieSession.Movie as TasMovie;
GlobalWin.MainForm.PauseEmulator();
GlobalWin.MainForm.RelinquishControl(this);
_originalRewindStatus = Global.Rewinder.RewindActive;
GlobalWin.MainForm.EnableRewind(false);