From 0e8db4fa225ea6852e1683cdd870e6806b0440a9 Mon Sep 17 00:00:00 2001 From: Julien Bernard Date: Wed, 25 Feb 2026 22:50:06 +0100 Subject: Send neutral stick positions when disconnected rather than down-left --- Source/Core/InputCommon/GCAdapter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/GCAdapter.cpp') diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp index ab17b00e79..986480227d 100644 --- a/Source/Core/InputCommon/GCAdapter.cpp +++ b/Source/Core/InputCommon/GCAdapter.cpp @@ -408,7 +408,8 @@ static void ScanThreadFunc() #if LIBUSB_API_HAS_HOTPLUG #ifndef __FreeBSD__ s_libusb_hotplug_enabled = libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) != 0; - // As of 28/12/2025 libusb has hotplug event capability on Linux & MacOS, but not on Windows + // As of v1.0.23-rc1 (2026/02) libusb has hotplug event capability on Linux & MacOS, but not on + // Windows #endif if (s_libusb_hotplug_enabled) { -- cgit v1.2.3