comparison 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
comparison
equal deleted inserted replaced
508:9ff7e90aaa94 509:dad72daf44b3
86 #ifdef MINTAUDIO_SUPPORT 86 #ifdef MINTAUDIO_SUPPORT
87 &MINTAUDIO_bootstrap, 87 &MINTAUDIO_bootstrap,
88 #endif 88 #endif
89 #ifdef DISKAUD_SUPPORT 89 #ifdef DISKAUD_SUPPORT
90 &DISKAUD_bootstrap, 90 &DISKAUD_bootstrap,
91 #endif
92 #ifdef ENABLE_DC
93 &DCAUD_bootstrap,
91 #endif 94 #endif
92 NULL 95 NULL
93 }; 96 };
94 SDL_AudioDevice *current_audio = NULL; 97 SDL_AudioDevice *current_audio = NULL;
95 98