bsd: Update joystick code for new interfaces.

(this is an untested push to see if buildbot likes it.)
This commit is contained in:
Ryan C. Gordon 2018-08-10 14:42:40 -04:00
parent 0cd3f11834
commit cf7dd1d52c
3 changed files with 59 additions and 42 deletions

View file

@ -138,6 +138,7 @@ typedef struct _SDL_JoystickDriver
/* The available joystick drivers */
extern SDL_JoystickDriver SDL_ANDROID_JoystickDriver;
extern SDL_JoystickDriver SDL_BSD_JoystickDriver;
extern SDL_JoystickDriver SDL_DARWIN_JoystickDriver;
extern SDL_JoystickDriver SDL_DUMMY_JoystickDriver;
extern SDL_JoystickDriver SDL_EMSCRIPTEN_JoystickDriver;