mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Generate X360.Guide button event for at least 30ms
This commit is contained in:
parent
d74a9de82d
commit
607f074ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ namespace SteamController.Profiles.Predefined
|
|||
context.X360.Connected = true;
|
||||
|
||||
// Controls
|
||||
context.X360[Xbox360Button.Guide] = context.Steam.BtnSteam.Pressed();
|
||||
context.X360.Overwrite(Xbox360Button.Guide, context.Steam.BtnSteam.Pressed(), 30);
|
||||
context.X360[Xbox360Button.Back] = context.Steam.BtnMenu;
|
||||
context.X360[Xbox360Button.Start] = context.Steam.BtnOptions;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue