mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-05 15:14:27 +01:00
Generate X360.Guide button event for at least 30ms
This commit is contained in:
parent
d74a9de82d
commit
607f074ae7
|
|
@ -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…
Reference in a new issue