Added an audio driver that writes to disk (thanks Ryan!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4069
This commit is contained in:
parent
9a765af003
commit
98233844c7
9 changed files with 321 additions and 3 deletions
|
@ -81,7 +81,9 @@ static AudioBootStrap *bootstrap[] = {
|
|||
#ifdef ENABLE_AHI
|
||||
&AHI_bootstrap,
|
||||
#endif
|
||||
|
||||
#ifdef DISKAUD_SUPPORT
|
||||
&DISKAUD_bootstrap,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
SDL_AudioDevice *current_audio = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue