mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 06:56:27 +02:00
headless: Add Ignore Controller Applet as a configurable option
This commit is contained in:
parent
4aae82bad1
commit
9c82d98ec4
5 changed files with 18 additions and 9 deletions
|
@ -225,6 +225,9 @@ namespace Ryujinx.Headless.SDL2
|
|||
|
||||
[Option("ignore-missing-services", Required = false, Default = false, HelpText = "Enable ignoring missing services.")]
|
||||
public bool IgnoreMissingServices { get; set; }
|
||||
|
||||
[Option("ignore-controller-applet", Required = false, Default = false, HelpText = "Enable ignoring the controller applet when your game loses connection to your controller.")]
|
||||
public bool IgnoreControllerApplet { get; set; }
|
||||
|
||||
// Values
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue