mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Patched to compile on Linux.
(Grumble grumble, should have tested better after all the history editing...)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user