Skip to content

Commit e4c7c76

Browse files
committed
SteamController: Make DS4 support in release
1 parent 36a2231 commit e4c7c76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SteamController/Controller.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ internal class Controller : IDisposable
3030
new Profiles.Predefined.SteamProfile() { Name = "Steam", Visible = false },
3131
new Profiles.Predefined.SteamWithShorcutsProfile() { Name = "Steam with Shortcuts", Visible = false },
3232
new Profiles.Predefined.X360HapticProfile() { Name = "X360", EmulateTouchPads = true },
33-
#if DEBUG
3433
new Profiles.Predefined.DS4HapticProfile() { Name = "DS4" },
35-
#endif
3634
},
3735
Managers = {
3836
new Managers.ProcessManager(),

0 commit comments

Comments
 (0)