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:
Kamil Trzciński 2022-11-27 13:41:28 +01:00
parent aafe040e12
commit 8fb4571b21
16 changed files with 469 additions and 158 deletions

View file

@ -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)