Skip to content

Commit

Permalink
cba, revert 3e0d8c5 and bring back bullshit dummy default MovieContro…
Browse files Browse the repository at this point in the history
…ller
  • Loading branch information
Morilli committed May 7, 2024
1 parent 9f65f67 commit 62b1d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/BizHawk.Client.Common/movie/MovieSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public MovieSession(
public IInputAdapter MovieOut { get; } = new CopyControllerAdapter();
public IStickyAdapter StickySource { get; set; }

public IMovieController MovieController { get; private set; }
public IMovieController MovieController { get; private set; } = new Bk2Controller(NullController.Instance.Definition, VSystemID.Raw.NULL);

public IMovieController GenerateMovieController()
{
Expand Down
2 changes: 2 additions & 0 deletions src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ 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 62b1d80

Please sign in to comment.