mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
Added support for third party PS3 controllers to the HIDAPI driver
This commit is contained in:
@@ -57,6 +57,7 @@ static SDL_HIDAPI_DeviceDriver *SDL_HIDAPI_drivers[] = {
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_HIDAPI_PS3
|
||||
&SDL_HIDAPI_DriverPS3,
|
||||
&SDL_HIDAPI_DriverPS3ThirdParty,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_HIDAPI_PS4
|
||||
&SDL_HIDAPI_DriverPS4,
|
||||
|
Reference in New Issue
Block a user