- Added an SDL output plugin, so FMOD can produce sound using SDL's audio
support instead of its own OSS/ALSA/ESD support. This is selectable by setting snd_output to "sdl". SVN r1473 (trunk)
This commit is contained in:
parent
47abeec7d9
commit
aee99c2bd0
5 changed files with 39 additions and 2 deletions
|
|
@ -1218,6 +1218,7 @@ static valueenum_t Outputs[] =
|
|||
#elif defined(unix)
|
||||
{ "OSS", "OSS" },
|
||||
{ "ALSA", "ALSA" },
|
||||
{ "SDL", "SDL" },
|
||||
{ "ESD", "ESD" },
|
||||
#elif defined(__APPLE__)
|
||||
{ "Sound Manager", "Sound Manager" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue