Mercurial > sdl-ios-xcode
comparison include/SDL_config_iphoneos.h @ 2948:31f207e27452
Re-enabled joystick support during compilation.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Thu, 01 Jan 2009 23:01:05 +0000 |
parents | 99210400e8b9 |
children | fb256fee28d8 |
comparison
equal
deleted
inserted
replaced
2947:fec0db6c44b7 | 2948:31f207e27452 |
---|---|
92 #define SDL_AUDIO_DRIVER_DUMMY 1 | 92 #define SDL_AUDIO_DRIVER_DUMMY 1 |
93 | 93 |
94 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ | 94 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ |
95 #define SDL_CDROM_DISABLED 1 | 95 #define SDL_CDROM_DISABLED 1 |
96 | 96 |
97 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ | |
98 #define SDL_JOYSTICK_DISABLED 1 | |
99 | |
100 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ | 97 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ |
101 #define SDL_HAPTIC_DISABLED 1 | 98 #define SDL_HAPTIC_DISABLED 1 |
102 | 99 |
103 /* Enable Unix style SO loading */ | 100 /* Enable Unix style SO loading */ |
104 /* Technically this works, but it violates the iPhone developer agreement */ | 101 /* Technically this works, but it violates the iPhone developer agreement */ |