Skip to content

Commit

Permalink
Add missing parameter in headless build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vudjun committed Nov 4, 2024
1 parent 825de3d commit bb81c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ryujinx.Headless.SDL2/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ private static Switch InitializeEmulationContext(WindowBase window, IRenderer re
options.MultiplayerLanInterfaceId,
Common.Configuration.Multiplayer.MultiplayerMode.Disabled,
false,
"",
"");

return new Switch(configuration);
Expand Down

0 comments on commit bb81c9d

Please sign in to comment.