Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Patched to compile on Linux.
Browse files Browse the repository at this point in the history
(Grumble grumble, should have tested better after all the history editing...)
  • Loading branch information
icculus committed Aug 5, 2011
1 parent 0414602 commit a67287b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/dsp/SDL_dspaudio.c
Expand Up @@ -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);
}


Expand Down

0 comments on commit a67287b

Please sign in to comment.