mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 07:14:04 +00:00
SteamController: Move KeepX360AlwaysConnected to Settings
This commit is contained in:
parent
70237ad9d4
commit
de4e718703
5 changed files with 12 additions and 9 deletions
|
|
@ -13,13 +13,6 @@ namespace SteamController
|
|||
{
|
||||
}
|
||||
|
||||
[Description("Keep X360 controller connected always - it is strongly advised to disable this option. Might be required by some games that do not like disonnecting controller. Will disable beep notifications.")]
|
||||
public bool KeepX360AlwaysConnected
|
||||
{
|
||||
get { return Get<bool>("KeepX360AlwaysConnected", false); }
|
||||
set { Set("KeepX360AlwaysConnected", value); }
|
||||
}
|
||||
|
||||
[Description("Use Lizard Buttons instead of emulated. This option is only for testing purposes.")]
|
||||
public bool LizardButtons { get; set; } = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue