Browse Source

implement new backend method for Haptics in dummy driver

Edward Rudd 11 years ago
parent
commit
4da8829812
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/haptic/dummy/SDL_syshaptic.c

+ 5 - 0
src/haptic/dummy/SDL_syshaptic.c

@@ -39,6 +39,11 @@ SDL_SYS_HapticInit(void)
     return 0;
 }
 
+int
+SDL_SYS_NumHaptics(void)
+{
+	return 0;
+}
 
 const char *
 SDL_SYS_HapticName(int index)