mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-11 07:23:48 +01:00
Fix Use X360 with Steam that was broken with 0.5.33
This commit is contained in:
parent
dd6b8d5ba6
commit
0ac3618095
|
|
@ -26,3 +26,4 @@
|
|||
- Depend on `GetCursorPos` to detect `SAS`
|
||||
- Add `Updater.exe` that can update to latest release and debug
|
||||
- Add `Setup.exe` installer to install all except RTSS
|
||||
- Fix `Use X360 with Steam` that was broken with `0.5.33`
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ namespace SteamController
|
|||
var steamControllerUpdate = Helpers.SteamConfiguration.UpdateControllerBlacklist(
|
||||
Devices.SteamController.VendorID,
|
||||
Devices.SteamController.ProductID,
|
||||
false
|
||||
blacklistSteamController
|
||||
);
|
||||
var x360ControllerUpdate = Helpers.SteamConfiguration.UpdateControllerBlacklist(
|
||||
Devices.Xbox360Controller.VendorID,
|
||||
|
|
|
|||
Loading…
Reference in a new issue