Xb2XInput v1.3.2
Read the Setup/Usage sections of the README to learn how to set it all up, really it only takes a minute or two.
A list of supported controllers can be found at the top of XboxController.cpp
If you have a controller that isn't on this list, or a controller that is on the list but won't work, feel free to make an issue about it on the issue tracker (please include the hardware ID of the controller though - see "Support" section in the readme)
Changes in v1.3
-
Added 2 extra controller IDs (thanks to @xalender and @Rarcoon!)
-
Hopefully fixed the issue with controller vibration!
-
Updated ViGEmClient from upstream.
-
(v1.3.1) Only lock usb_mutex when we're performing a control transfer - should increase stability with controllers that don't support interrupt transfers.
-
(v1.3.2) Allow emulating guide button press through LT+RT+LS+RS button combination (can be disabled through context-menu)
-
(v1.3.2) Allow disabling vibration support through context-menu.
-
(v1.3.2) Apply timeout to interrupt transfers - hopefully should improve support for multiple interrupt-supporting controllers.