diff 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
line wrap: on
line diff
--- a/include/SDL_config_dreamcast.h	Tue Mar 14 08:53:33 2006 +0000
+++ b/include/SDL_config_dreamcast.h	Tue Mar 14 16:19:32 2006 +0000
@@ -79,6 +79,7 @@
 
 /* Enable various audio drivers */
 #define SDL_AUDIO_DRIVER_DC	1
+#define SDL_AUDIO_DRIVER_DISK	1
 #define SDL_AUDIO_DRIVER_DUMMY	1
 
 /* Enable various cdrom drivers */
@@ -98,5 +99,6 @@
 
 /* Enable various video drivers */
 #define SDL_VIDEO_DRIVER_DC	1
+#define SDL_VIDEO_DRIVER_DUMMY	1
 
 #endif /* _SDL_config_dreamcast_h */