By default all the real targets have dummy audio/video and disk audio.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401537
This commit is contained in:
Sam Lantinga 2006-03-14 16:19:32 +00:00
parent 66d3d81854
commit 5e6d989ad4
9 changed files with 51 additions and 271 deletions

View file

@ -79,6 +79,7 @@ typedef unsigned long uintptr_t;
/* 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 @@ typedef unsigned long uintptr_t;
/* Enable various video drivers */
#define SDL_VIDEO_DRIVER_DC 1
#define SDL_VIDEO_DRIVER_DUMMY 1
#endif /* _SDL_config_dreamcast_h */