changeset 509 | dad72daf44b3 |
parent 398 | d219b0e02f5f |
child 630 | 550bccdf04bd |
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 |