mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Haptics aren't available on iOS, but use the dummy implementation instead of failing init if it's requested.
This commit is contained in:
parent
87b8c8d108
commit
2eb7563e35
@ -113,7 +113,7 @@
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
|
||||
/* Enable the stub haptic driver (src/haptic/dummy/\*.c) */
|
||||
#define SDL_HAPTIC_DISABLED 1
|
||||
#define SDL_HAPTIC_DUMMY 1
|
||||
|
||||
/* Enable Unix style SO loading */
|
||||
/* Technically this works, but it violates the iPhone developer agreement */
|
||||
|
Loading…
Reference in New Issue
Block a user