diff src/audio/SDL_audio.c @ 509:dad72daf44b3

Added initial support for Dreamcast (thanks HERO!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Oct 2002 16:50:56 +0000
parents d219b0e02f5f
children 550bccdf04bd
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Sat Oct 05 16:27:56 2002 +0000
+++ b/src/audio/SDL_audio.c	Sat Oct 05 16:50:56 2002 +0000
@@ -89,6 +89,9 @@
 #ifdef DISKAUD_SUPPORT
 	&DISKAUD_bootstrap,
 #endif
+#ifdef ENABLE_DC
+	&DCAUD_bootstrap,
+#endif
 	NULL
 };
 SDL_AudioDevice *current_audio = NULL;