mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Add missing parameter in headless build
This commit is contained in:
parent
825de3d238
commit
bb81c9dcd9
1 changed files with 1 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ namespace Ryujinx.Headless.SDL2
|
||||||
options.MultiplayerLanInterfaceId,
|
options.MultiplayerLanInterfaceId,
|
||||||
Common.Configuration.Multiplayer.MultiplayerMode.Disabled,
|
Common.Configuration.Multiplayer.MultiplayerMode.Disabled,
|
||||||
false,
|
false,
|
||||||
|
"",
|
||||||
"");
|
"");
|
||||||
|
|
||||||
return new Switch(configuration);
|
return new Switch(configuration);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue