From 0ac361809541381df5fc7a2143c2b23b5aae7ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Mon, 12 Dec 2022 09:47:23 +0100 Subject: [PATCH] Fix `Use X360 with Steam` that was broken with `0.5.33` --- RELEASE.md | 1 + SteamController/Controller.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,