mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-24 09:20:27 +01:00
Revert "SteamController: Add X360: No Touchpads profile"
This reverts commit fd93c051fa.
This commit is contained in:
parent
35b01158a6
commit
839c2be498
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue