From 839c2be498cdd26cbbf59ed78ffe4c94f42f0c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sat, 11 Feb 2023 09:25:09 +0100 Subject: [PATCH] Revert "SteamController: Add `X360: No Touchpads` profile" This reverts commit fd93c051fa9dff9ebbb2cabb3a9bcac784117909. --- RELEASE.md | 1 - SteamController/Controller.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2c1ffa1..58111ff 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,7 +12,6 @@ - SteamController: Add initial `DS4` support (with Gyro, Accel, Trackpads and Haptics) - SteamController: Move `KeepX360AlwaysConnected` to `Settings` - PowerControl: Install custom resolutions (EDID) (experimental feature) -- SteamController: Add `X360: No Touchpads` profile - All: Show `Missing RTSS` button to install RTSS - PowerControl: Retain FPS Limit (proportion) on refresh rate change - PowerControl: Support RTSS in custom folder diff --git a/SteamController/Controller.cs b/SteamController/Controller.cs index fd7ae0c..e8b2d14 100644 --- a/SteamController/Controller.cs +++ b/SteamController/Controller.cs @@ -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