Skip to content

Commit

Permalink
Re-enabled the HIDAPI joystick driver on Windows and Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 10, 2018
1 parent 4f41f07 commit 5930b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/SDL_config_macosx.h
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion include/SDL_config_windows.h
Expand Up @@ -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

Expand Down

0 comments on commit 5930b50

Please sign in to comment.