SDL: disable HIDAPI in SDL on Windows/Mac.

This commit is contained in:
Sam Lantinga 2018-08-09 16:03:55 -07:00
parent 29023f51e8
commit 2b7a44c3e2
2 changed files with 2 additions and 2 deletions

View file

@ -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 */