mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
SteamController: Allow to EnableDS4Support=false
This commit is contained in:
parent
af6cee0bff
commit
eb774e11fa
7 changed files with 26 additions and 10 deletions
|
|
@ -27,6 +27,13 @@ namespace SteamController
|
|||
set { Set("KeepX360AlwaysConnected", value); }
|
||||
}
|
||||
|
||||
[Description("Enable DS4 support. If disabled the DS4 will be hidden.")]
|
||||
public bool EnableDS4Support
|
||||
{
|
||||
get { return Get<bool>("EnableDS4Support", true); }
|
||||
set { Set("EnableDS4Support", value); }
|
||||
}
|
||||
|
||||
[Description("If current foreground process uses overlay, treat it as a game.")]
|
||||
public bool DetectRTSSForeground
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue