Tastudio - fix autoload

This commit is contained in:
adelikat 2015-06-27 07:48:05 -04:00
parent 716cf12f6a
commit cd4955fbe5
1 changed files with 5 additions and 0 deletions

View File

@ -325,6 +325,11 @@ namespace BizHawk.Client.EmuHawk
return false;
}
if (CurrentTasMovie == null)
{
Global.MovieSession.Movie = new TasMovie(false, _saveBackgroundWorker);
}
CurrentTasMovie.Filename = file.FullName;
try
{