mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
SteamController: Hold-press Guide button for 100ms in X360 mode
This commit is contained in:
parent
40e2f62e1f
commit
4c870c1b98
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue