Revert "Disable the RAWINPUT joystick driver by default"

Disabling RAWINPUT on Windows 10 causes these issues:
* All Xbox controllers are named "XInput Controller".
* Trigger rumble no longer works.
* "XInput Controllers" are now also listed as separate haptic devices
This commit is contained in:
Sam Lantinga
2022-10-17 17:43:06 -07:00
parent 7e1088167a
commit 0bc852ce53
3 changed files with 3 additions and 8 deletions

View File

@@ -10,9 +10,6 @@ General:
* Added support for Nintendo Wii controllers to the HIDAPI driver, and a hint SDL_HINT_JOYSTICK_HIDAPI_WII to control whether this is used
* Added the hint SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED to control whether the player LED should be lit on the Nintendo Wii controllers
Windows:
* The RAWINPUT joystick driver is disabled by default, since it's only needed to support more than 4 Xbox controllers, and adds significant complexity to the joystick processing.
---------------------------------------------------------------------------
2.24.0: