Skip to content

Commit

Permalink
Haptics aren't available on iOS, but use the dummy implementation ins…
Browse files Browse the repository at this point in the history
…tead of failing init if it's requested.
  • Loading branch information
slouken committed Aug 6, 2014
1 parent 87b8c8d commit 2eb7563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_iphoneos.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 2eb7563

Please sign in to comment.