A fix to RunQueuedMovie, this doesn't seem to cause regressions, and I don't that the old code was behaving incorrectly, but the code was definitely wrong, and this is correct
This commit is contained in:
parent
2599893b02
commit
d6b4ce6dfe
|
@ -425,7 +425,7 @@ namespace BizHawk.Client.Common
|
|||
QueuedMovie = null;
|
||||
MultiTrack.Restart();
|
||||
|
||||
if (Movie.IsRecording)
|
||||
if (recordMode)
|
||||
{
|
||||
Movie.StartNewRecording();
|
||||
ReadOnly = false;
|
||||
|
|
Loading…
Reference in New Issue