mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
Improve support for private platforms (#11220)
This commit is contained in:
@@ -52,6 +52,9 @@ static SDL_JoystickDriver *SDL_joystick_drivers[] = {
|
||||
#ifdef SDL_JOYSTICK_HIDAPI // Highest priority driver for supported devices
|
||||
&SDL_HIDAPI_JoystickDriver,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_PRIVATE
|
||||
&SDL_PRIVATE_JoystickDriver,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_GAMEINPUT // Higher priority than other Windows drivers
|
||||
&SDL_GAMEINPUT_JoystickDriver,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user