SteamController: Make DS4 support in release

This commit is contained in:
Kamil Trzciński 2023-02-24 11:50:32 +01:00
parent 36a22313e4
commit e4c7c76825

View file

@ -30,9 +30,7 @@ namespace SteamController
new Profiles.Predefined.SteamProfile() { Name = "Steam", Visible = false },
new Profiles.Predefined.SteamWithShorcutsProfile() { Name = "Steam with Shortcuts", Visible = false },
new Profiles.Predefined.X360HapticProfile() { Name = "X360", EmulateTouchPads = true },
#if DEBUG
new Profiles.Predefined.DS4HapticProfile() { Name = "DS4" },
#endif
},
Managers = {
new Managers.ProcessManager(),