comparison include/SDL_config_nintendods.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 15eea7a1fa97
comparison
equal deleted inserted replaced
3242:af4a5af3cd2b 3243:5db962a9a991
94 94
95 /* Enable various audio drivers */ 95 /* Enable various audio drivers */
96 #define SDL_AUDIO_DRIVER_NDS 1 96 #define SDL_AUDIO_DRIVER_NDS 1
97 /*#define SDL_AUDIO_DRIVER_DUMMY 1 TODO: uncomment this later*/ 97 /*#define SDL_AUDIO_DRIVER_DUMMY 1 TODO: uncomment this later*/
98 98
99 /* DS doesn't have optical media */
100 #define SDL_CDROM_DISABLED 1
101
102 /* Enable various input drivers */ 99 /* Enable various input drivers */
103 #define SDL_JOYSTICK_NDS 1 100 #define SDL_JOYSTICK_NDS 1
104 /*#define SDL_JOYSTICK_DUMMY 1 TODO: uncomment this later*/ 101 /*#define SDL_JOYSTICK_DUMMY 1 TODO: uncomment this later*/
105 102
106 /* DS has no dynamic linking afaik */ 103 /* DS has no dynamic linking afaik */