comparison include/SDL_config_os2.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
comparison
equal deleted inserted replaced
3242:af4a5af3cd2b 3243:5db962a9a991
114 /* Enable various audio drivers */ 114 /* Enable various audio drivers */
115 #define SDL_AUDIO_DRIVER_DART 1 115 #define SDL_AUDIO_DRIVER_DART 1
116 #define SDL_AUDIO_DRIVER_DISK 1 116 #define SDL_AUDIO_DRIVER_DISK 1
117 #define SDL_AUDIO_DRIVER_DUMMY 1 117 #define SDL_AUDIO_DRIVER_DUMMY 1
118 118
119 /* Enable various cdrom drivers */
120 #define SDL_CDROM_OS2 1
121
122 /* Enable various input drivers */ 119 /* Enable various input drivers */
123 #define SDL_JOYSTICK_OS2 1 120 #define SDL_JOYSTICK_OS2 1
124 #define SDL_HAPTIC_DUMMY 1 121 #define SDL_HAPTIC_DUMMY 1
125 122
126 /* Enable various shared object loading systems */ 123 /* Enable various shared object loading systems */