Enable the virtual joystick API by default

This commit is contained in:
Sam Lantinga 2020-04-13 08:18:16 -07:00
parent ef147d2e29
commit e6c640f314
9 changed files with 14 additions and 7 deletions

View file

@ -128,6 +128,7 @@
#define SDL_INPUT_LINUXEV 1
#define SDL_INPUT_TSLIB 1
#define SDL_JOYSTICK_LINUX 1
#define SDL_JOYSTICK_VIRTUAL 1
#define SDL_HAPTIC_LINUX 1
#define SDL_SENSOR_DUMMY 1