tastudio - another fix to autoload
This commit is contained in:
parent
59ef98562b
commit
560a04e20a
|
@ -198,7 +198,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
var shouldRecord = movie.InputLogLength == 0;
|
var shouldRecord = movie.InputLogLength == 0;
|
||||||
|
|
||||||
var result = StartNewMovieWrapper(movie: movie, record: true);
|
var result = StartNewMovieWrapper(movie: movie, record: shouldRecord);
|
||||||
if (!result)
|
if (!result)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue