Tastudio - fix autoload
This commit is contained in:
parent
716cf12f6a
commit
cd4955fbe5
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue