mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
SteamController: Promote RTSS detection to Release - enable by default
This commit is contained in:
parent
9792dfda9b
commit
485e2535ef
4 changed files with 9 additions and 8 deletions
|
|
@ -20,13 +20,6 @@ namespace SteamController
|
|||
set { Set("KeepX360AlwaysConnected", value); }
|
||||
}
|
||||
|
||||
[Description("If current foreground process uses overlay, treat it as a game.")]
|
||||
public bool DetectRTSSForeground
|
||||
{
|
||||
get { return Get<bool>("DetectRTSSForeground", false); }
|
||||
set { Set("DetectRTSSForeground", 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