Added support for third party PS3 controllers to the HIDAPI driver
This commit is contained in:
parent
5b4c10fc7b
commit
51fefd1c35
3 changed files with 304 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue