Patched to compile on Linux.

(Grumble grumble, should have tested better after all the history editing...)
This commit is contained in:
Ryan C. Gordon
2011-08-05 00:48:56 -04:00
parent 968b82c8b8
commit b5dce54a48

View File

@@ -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);
}