Revert "SteamController: Add X360: No Touchpads profile"

This reverts commit fd93c051fa.
This commit is contained in:
Kamil Trzciński 2023-02-11 09:25:09 +01:00
parent 35b01158a6
commit 839c2be498
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@ 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 },
new Profiles.Predefined.X360HapticProfile() { Name = "X360: No Touchpads", EmulateTouchPads = false },
#if DEBUG
new Profiles.Predefined.DS4HapticProfile() { Name = "DS4" },
#endif