changeset 1533 | 38c1eb6b0083 |
parent 1532 | 30f189cdd82b |
child 1607 | 932ba94c4032 |
--- 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 */