Added initial support for Wii controllers (thanks @tellowkrinkle!)
This commit is contained in:
parent
2847696338
commit
c72e14e8f4
11 changed files with 907 additions and 2 deletions
|
@ -75,6 +75,9 @@ static SDL_HIDAPI_DeviceDriver *SDL_HIDAPI_drivers[] = {
|
|||
&SDL_HIDAPI_DriverJoyCons,
|
||||
&SDL_HIDAPI_DriverSwitch,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_HIDAPI_WII
|
||||
&SDL_HIDAPI_DriverWii,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_HIDAPI_XBOX360
|
||||
&SDL_HIDAPI_DriverXbox360,
|
||||
&SDL_HIDAPI_DriverXbox360W,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue