mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Re-enabled the HIDAPI joystick driver on Windows and Mac OS X
This commit is contained in:
parent
f06a191048
commit
1083673899
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
/* Enable various input drivers */
|
||||
#define SDL_JOYSTICK_IOKIT 1
|
||||
//#define SDL_JOYSTICK_HIDAPI 1
|
||||
#define SDL_JOYSTICK_HIDAPI 1
|
||||
#define SDL_HAPTIC_IOKIT 1
|
||||
|
||||
/* Enable various shared object loading systems */
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ typedef unsigned int uintptr_t;
|
|||
/* Enable various input drivers */
|
||||
#define SDL_JOYSTICK_DINPUT 1
|
||||
#define SDL_JOYSTICK_XINPUT 1
|
||||
//#define SDL_JOYSTICK_HIDAPI 1
|
||||
#define SDL_JOYSTICK_HIDAPI 1
|
||||
#define SDL_HAPTIC_DINPUT 1
|
||||
#define SDL_HAPTIC_XINPUT 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user