Skip to content

Commit

Permalink
does this just fix stuff?
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed May 7, 2024
1 parent a324adf commit 426fcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ private bool StartNewMovieWrapper(ITasMovie movie)
SetTasMovieCallbacks(movie);

SuspendLayout();
bool result = MainForm.StartNewMovie(movie, false);
bool result = MainForm.StartNewMovie(movie, true);
ResumeLayout();
if (result)
{
Expand Down

0 comments on commit 426fcd5

Please sign in to comment.