comparison include/SDL_config_dreamcast.h @ 1533:38c1eb6b0083

By default all the real targets have dummy audio/video and disk audio.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 14 Mar 2006 16:19:32 +0000
parents 30f189cdd82b
children 932ba94c4032
comparison
equal deleted inserted replaced
1532:30f189cdd82b 1533:38c1eb6b0083
77 #define HAVE_SNPRINTF 1 77 #define HAVE_SNPRINTF 1
78 #define HAVE_VSNPRINTF 1 78 #define HAVE_VSNPRINTF 1
79 79
80 /* Enable various audio drivers */ 80 /* Enable various audio drivers */
81 #define SDL_AUDIO_DRIVER_DC 1 81 #define SDL_AUDIO_DRIVER_DC 1
82 #define SDL_AUDIO_DRIVER_DISK 1
82 #define SDL_AUDIO_DRIVER_DUMMY 1 83 #define SDL_AUDIO_DRIVER_DUMMY 1
83 84
84 /* Enable various cdrom drivers */ 85 /* Enable various cdrom drivers */
85 #define SDL_CDROM_DC 1 86 #define SDL_CDROM_DC 1
86 87
96 /* Enable various timer systems */ 97 /* Enable various timer systems */
97 #define SDL_TIMER_DC 1 98 #define SDL_TIMER_DC 1
98 99
99 /* Enable various video drivers */ 100 /* Enable various video drivers */
100 #define SDL_VIDEO_DRIVER_DC 1 101 #define SDL_VIDEO_DRIVER_DC 1
102 #define SDL_VIDEO_DRIVER_DUMMY 1
101 103
102 #endif /* _SDL_config_dreamcast_h */ 104 #endif /* _SDL_config_dreamcast_h */