diff options
| author | Julien Bernard <artessbm@gmail.com> | 2026-02-25 22:50:06 +0100 |
|---|---|---|
| committer | Julien Bernard <artessbm@gmail.com> | 2026-02-25 23:06:50 +0100 |
| commit | 0e8db4fa225ea6852e1683cdd870e6806b0440a9 (patch) | |
| tree | 0017d62d0f3cf96a394ae65147bb8cd1fe63b892 /Source/Core/InputCommon/GCAdapter.cpp | |
| parent | afc2920a5fb6eaed34b091508b73e3ae5e8c7257 (diff) | |
Send neutral stick positions when disconnected rather than down-left
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.cpp')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |
