diff --git a/SteamController/Profiles/Predefined/X360Profile.cs b/SteamController/Profiles/Predefined/X360Profile.cs index 9cbc042..af909f7 100644 --- a/SteamController/Profiles/Predefined/X360Profile.cs +++ b/SteamController/Profiles/Predefined/X360Profile.cs @@ -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;