diff --git a/RELEASE.md b/RELEASE.md index c5e388a..1d8a9d9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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` diff --git a/SteamController/Controller.cs b/SteamController/Controller.cs index d9ab8ea..0f7fdcd 100644 --- a/SteamController/Controller.cs +++ b/SteamController/Controller.cs @@ -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,