Commit 2c03d6f4 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Patched to compile on Linux.

(Grumble grumble, should have tested better after all the history editing...)
parent 67740a37
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
static void static void
DSP_DetectDevices(int iscapture) DSP_DetectDevices(int iscapture, SDL_AddAudioDevice addfn)
{ {
SDL_EnumUnixAudioDevices(iscapture, 0, NULL); SDL_EnumUnixAudioDevices(iscapture, 0, NULL, addfn);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment