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 82a9f63358
commit 93d2c05308
2 changed files with 2 additions and 1 deletions

View file

@ -24,3 +24,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

@ -22,7 +22,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;