mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-09 08:14:03 +00:00
Configure Steam to enable or disable Steam/X360 Controllers
- Allow to configure Steam controller blacklisting to enable X360 exclusive mode. - This allows to switch seemlessly between different modes of operation. - This also changes how application and when detects Steam.
This commit is contained in:
parent
aafe040e12
commit
8fb4571b21
16 changed files with 469 additions and 158 deletions
|
|
@ -10,7 +10,7 @@ namespace SteamController.Profiles
|
|||
|
||||
public override bool Selected(Context context)
|
||||
{
|
||||
return context.Enabled && context.SteamUsesController;
|
||||
return context.Enabled && context.SteamUsesSteamInput;
|
||||
}
|
||||
|
||||
public override Status Run(Context context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue