Mercurial > sdl-ios-xcode
comparison include/SDL_config_iphoneos.h @ 3243:5db962a9a991
CD-ROM support is so passé :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 09:11:03 +0000 |
parents | 6290f9bd097d |
children | 4ec48602f1db |
comparison
equal
deleted
inserted
replaced
3242:af4a5af3cd2b | 3243:5db962a9a991 |
---|---|
104 /* enable iPhone version of Core Audio driver */ | 104 /* enable iPhone version of Core Audio driver */ |
105 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1 | 105 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1 |
106 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ | 106 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ |
107 #define SDL_AUDIO_DRIVER_DUMMY 1 | 107 #define SDL_AUDIO_DRIVER_DUMMY 1 |
108 | 108 |
109 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ | |
110 #define SDL_CDROM_DISABLED 1 | |
111 | |
112 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ | 109 /* Enable the stub haptic driver (src/haptic/dummy/\*.c) */ |
113 #define SDL_HAPTIC_DISABLED 1 | 110 #define SDL_HAPTIC_DISABLED 1 |
114 | 111 |
115 /* Enable Unix style SO loading */ | 112 /* Enable Unix style SO loading */ |
116 /* Technically this works, but it violates the iPhone developer agreement */ | 113 /* Technically this works, but it violates the iPhone developer agreement */ |