Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audio.c @ 3272:e8f63b28947d
Removed outdated Dreamcast support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:21:22 +0000 |
parents | af4a5af3cd2b |
children | e0dfba770eb7 |
comparison
equal
deleted
inserted
replaced
3271:32fc3ba8df0b | 3272:e8f63b28947d |
---|---|
138 &DISKAUD_bootstrap, | 138 &DISKAUD_bootstrap, |
139 #endif | 139 #endif |
140 #if SDL_AUDIO_DRIVER_DUMMY | 140 #if SDL_AUDIO_DRIVER_DUMMY |
141 &DUMMYAUD_bootstrap, | 141 &DUMMYAUD_bootstrap, |
142 #endif | 142 #endif |
143 #if SDL_AUDIO_DRIVER_DC | |
144 &DCAUD_bootstrap, | |
145 #endif | |
146 #if SDL_AUDIO_DRIVER_MMEAUDIO | 143 #if SDL_AUDIO_DRIVER_MMEAUDIO |
147 &MMEAUDIO_bootstrap, | 144 &MMEAUDIO_bootstrap, |
148 #endif | 145 #endif |
149 #if SDL_AUDIO_DRIVER_DART | 146 #if SDL_AUDIO_DRIVER_DART |
150 &DART_bootstrap, | 147 &DART_bootstrap, |