We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a2231 commit e4c7c76Copy full SHA for e4c7c76
SteamController/Controller.cs
@@ -30,9 +30,7 @@ internal class Controller : IDisposable
30
new Profiles.Predefined.SteamProfile() { Name = "Steam", Visible = false },
31
new Profiles.Predefined.SteamWithShorcutsProfile() { Name = "Steam with Shortcuts", Visible = false },
32
new Profiles.Predefined.X360HapticProfile() { Name = "X360", EmulateTouchPads = true },
33
-#if DEBUG
34
new Profiles.Predefined.DS4HapticProfile() { Name = "DS4" },
35
-#endif
36
},
37
Managers = {
38
new Managers.ProcessManager(),
0 commit comments