Skip to content

Commit

Permalink
Fix NRE in Tastudio
Browse files Browse the repository at this point in the history
I can already see this avalanching into 100 different bugs
  • Loading branch information
Morilli committed Jun 10, 2024
1 parent bef4dce commit 48f4e13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ private bool Engage()
MainForm.PauseOnFrame = null;
MainForm.PauseEmulator();

SetupBoolPatterns();

// Nag if inaccurate core, but not if auto-loading or movie is already loaded
if (!CanAutoload && MovieSession.Movie.NotActive())
{
Expand Down

0 comments on commit 48f4e13

Please sign in to comment.