mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
SteamController: Add X360: No Touchpads profile
This commit is contained in:
parent
d0c45a1474
commit
fd93c051fa
3 changed files with 8 additions and 4 deletions
|
|
@ -29,7 +29,8 @@ namespace SteamController
|
|||
new Profiles.Predefined.DesktopProfile() { Name = "Desktop" },
|
||||
new Profiles.Predefined.SteamProfile() { Name = "Steam", Visible = false },
|
||||
new Profiles.Predefined.SteamWithShorcutsProfile() { Name = "Steam with Shortcuts", Visible = false },
|
||||
new Profiles.Predefined.X360HapticProfile() { Name = "X360" }
|
||||
new Profiles.Predefined.X360HapticProfile() { Name = "X360", EmulateTouchPads = true },
|
||||
new Profiles.Predefined.X360HapticProfile() { Name = "X360: No Touchpads", EmulateTouchPads = false }
|
||||
},
|
||||
Managers = {
|
||||
new Managers.ProcessManager(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue