*sigh*
This commit is contained in:
parent
ca39eca22c
commit
030c2c9570
|
@ -39,7 +39,7 @@ namespace BizHawk.Client.Common
|
|||
int? stateFrame = null;
|
||||
|
||||
// We are in record mode so replace the movie log with the one from the savestate
|
||||
if (!Session.MultiTrack.IsActive)
|
||||
if (!Global.MovieSession.MultiTrack.IsActive) // TODO: this is run before being attached
|
||||
{
|
||||
if (Global.Config.EnableBackupMovies && MakeBackup && Log.Count != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue