Mercurial > sdl-ios-xcode
comparison include/SDL_config_minimal.h @ 2549:491e43f427ee gsoc2008_force_feedback
Put haptic defines in SDL_configs, patch by Alam.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 28 Jul 2008 10:26:21 +0000 |
parents | d951a5afaf07 |
children |
comparison
equal
deleted
inserted
replaced
2548:8763183f03a8 | 2549:491e43f427ee |
---|---|
45 #define SDL_CDROM_DISABLED 1 | 45 #define SDL_CDROM_DISABLED 1 |
46 | 46 |
47 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ | 47 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ |
48 #define SDL_JOYSTICK_DISABLED 1 | 48 #define SDL_JOYSTICK_DISABLED 1 |
49 | 49 |
50 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */s | |
51 #define SDL_HAPTIC_DUMMY 1 | |
52 | |
50 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */ | 53 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */ |
51 #define SDL_LOADSO_DISABLED 1 | 54 #define SDL_LOADSO_DISABLED 1 |
52 | 55 |
53 /* Enable the stub thread support (src/thread/generic/\*.c) */ | 56 /* Enable the stub thread support (src/thread/generic/\*.c) */ |
54 #define SDL_THREADS_DISABLED 1 | 57 #define SDL_THREADS_DISABLED 1 |