fix deterministic flag not being set for movie recording.

This commit is contained in:
goyuken 2014-08-27 05:52:35 +00:00
parent b808cc762e
commit 13510e8213
1 changed files with 2 additions and 1 deletions

View File

@ -3090,7 +3090,8 @@ namespace BizHawk.Client.EmuHawk
// If deterministic emulation is passed in, respect that value regardless, else determine a good value (currently that simply means movies require deterministic emulaton)
bool deterministic = deterministicemulation.HasValue ?
deterministicemulation.Value :
Global.MovieSession.Movie.IsActive;
Global.MovieSession.QueuedMovie != null;
//Global.MovieSession.Movie.IsActive;
if (!GlobalWin.Tools.AskSave())
{