mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-31 04:34:26 +01:00
SteamController: Hold-press Guide button for 100ms in X360 mode
This commit is contained in:
parent
82a9f63358
commit
93d2c05308
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue