diff include/SDL_config_minimal.h @ 2713:0906692aa6a4

Final merge of Google Summer of Code 2008 work... Force Feedback for SDL by Edgar Simo, mentored by Ryan C. Gordon
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Aug 2008 09:55:03 +0000
parents d951a5afaf07
children 15e69dc6fded
line wrap: on
line diff
--- a/include/SDL_config_minimal.h	Mon Aug 25 08:50:37 2008 +0000
+++ b/include/SDL_config_minimal.h	Mon Aug 25 09:55:03 2008 +0000
@@ -47,6 +47,9 @@
 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */
 #define SDL_JOYSTICK_DISABLED	1
 
+/* Enable the stub haptic driver (src/haptic/dummy/\*.c) */
+#define SDL_HAPTIC_DUMMY	1
+
 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */
 #define SDL_LOADSO_DISABLED	1