SteamController: Hold-press Guide button for 100ms in X360 mode

This commit is contained in:
Kamil Trzciński 2023-01-03 12:05:27 +01:00
parent 40e2f62e1f
commit 4c870c1b98
2 changed files with 2 additions and 1 deletions

View file

@ -31,3 +31,4 @@
- Support SMU of Vangogh GPU shipped with BIOS 113
- Fix Steam Game detection when in X360 controller mode
- Force to reconnect X360 controller on Resume
- Hold-press Guide button for 100ms in X360 mode

View file

@ -26,7 +26,7 @@ namespace SteamController.Profiles.Predefined
context.X360.Connected = true;
// Controls
context.X360.Overwrite(Xbox360Button.Guide, context.Steam.BtnSteam.Pressed(), 30);
context.X360.Overwrite(Xbox360Button.Guide, context.Steam.BtnSteam.Pressed(), 100);
context.X360[Xbox360Button.Back] = context.Steam.BtnMenu;
context.X360[Xbox360Button.Start] = context.Steam.BtnOptions;