Added support for wireless Xbox 360 controllers using the HIDAPI driver
This commit is contained in:
parent
e7f7e3f40f
commit
15d30298cf
5 changed files with 15 additions and 13 deletions
|
@ -69,6 +69,7 @@ static SDL_HIDAPI_DeviceDriver *SDL_HIDAPI_drivers[] = {
|
|||
#endif
|
||||
#ifdef SDL_JOYSTICK_HIDAPI_XBOX360
|
||||
&SDL_HIDAPI_DriverXbox360,
|
||||
&SDL_HIDAPI_DriverXbox360W,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_HIDAPI_XBOXONE
|
||||
&SDL_HIDAPI_DriverXboxOne,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue