Patched to compile on Linux.
(Grumble grumble, should have tested better after all the history editing...)
This commit is contained in:
parent
67740a37fa
commit
2c03d6f4e6
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@
|
|||
|
||||
|
||||
static void
|
||||
DSP_DetectDevices(int iscapture)
|
||||
DSP_DetectDevices(int iscapture, SDL_AddAudioDevice addfn)
|
||||
{
|
||||
SDL_EnumUnixAudioDevices(iscapture, 0, NULL);
|
||||
SDL_EnumUnixAudioDevices(iscapture, 0, NULL, addfn);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue