diff -r a72a5f62d6b7 -r 66c02abeef0e src/haptic/dummy/SDL_syshaptic.c --- a/src/haptic/dummy/SDL_syshaptic.c Thu Jul 03 09:13:22 2008 +0000 +++ b/src/haptic/dummy/SDL_syshaptic.c Thu Jul 03 09:58:27 2008 +0000 @@ -132,6 +132,13 @@ } +int SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect * effect) +{ + SDL_SetError("Logic error: No Haptic devices available."); + return -1; +} + + int SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) {