Fix Use X360 with Steam that was broken with 0.5.33

This commit is contained in:
Kamil Trzciński 2022-12-12 09:47:23 +01:00
parent dd6b8d5ba6
commit 0ac3618095
2 changed files with 2 additions and 1 deletions

View file

@ -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`

View file

@ -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,