Skip to content

Commit

Permalink
Respect queued movie's logkey in RunQueuedMovie
Browse files Browse the repository at this point in the history
should (resolve) #4159
  • Loading branch information
Morilli committed Jan 3, 2025
1 parent 05fd64a commit 9dc3e0c
Showing 1 changed file with 1 addition 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 @@ -228,7 +228,7 @@ public void QueueNewMovie(

public void RunQueuedMovie(bool recordMode, IEmulator emulator)
{
MovieController = new Bk2Controller(emulator.ControllerDefinition);
MovieController = new Bk2Controller(emulator.ControllerDefinition, _queuedMovie.LogKey);

Movie = _queuedMovie;
Movie.Attach(emulator);
Expand Down

0 comments on commit 9dc3e0c

Please sign in to comment.