Mercurial > sdl-ios-xcode
comparison include/SDL_config_minimal.h @ 2771:15e69dc6fded
Disabled the Haptic API on iPhone, changed the order of the header to match
the other config headers.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Oct 2008 12:22:56 +0000 |
parents | 0906692aa6a4 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2770:c3ff3d5d16f0 | 2771:15e69dc6fded |
---|---|
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) */ | 50 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ |
51 #define SDL_HAPTIC_DUMMY 1 | 51 #define SDL_HAPTIC_DISABLED 1 |
52 | 52 |
53 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */ | 53 /* Enable the stub shared object loader (src/loadso/dummy/\*.c) */ |
54 #define SDL_LOADSO_DISABLED 1 | 54 #define SDL_LOADSO_DISABLED 1 |
55 | 55 |
56 /* Enable the stub thread support (src/thread/generic/\*.c) */ | 56 /* Enable the stub thread support (src/thread/generic/\*.c) */ |