mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 14:46:19 +00:00
Enable the virtual joystick API by default
This commit is contained in:
@@ -137,8 +137,9 @@
|
||||
#define SDL_HAPTIC_DUMMY 1
|
||||
|
||||
/* Enable MFi joystick support */
|
||||
#define SDL_JOYSTICK_MFI 1
|
||||
#define SDL_JOYSTICK_HIDAPI 1
|
||||
#define SDL_JOYSTICK_MFI 1
|
||||
#define SDL_JOYSTICK_VIRTUAL 1
|
||||
|
||||
#ifdef __TVOS__
|
||||
#define SDL_SENSOR_DUMMY 1
|
||||
|
||||
Reference in New Issue
Block a user