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

Commit

Permalink
Fixed CoreAudio specific device open.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 4, 2006
1 parent 614de83 commit 0825a8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/audio/macosx/SDL_coreaudio.c
Expand Up @@ -231,6 +231,9 @@ COREAUDIO_Init(SDL_AudioDriverImpl *impl)
impl->CloseDevice = COREAUDIO_CloseDevice;
impl->Deinitialize = COREAUDIO_Deinitialize;
impl->ProvidesOwnCallbackThread = 1;

build_device_lists(); /* do an initial check for devices... */

return 1;
}

Expand Down

0 comments on commit 0825a8a

Please sign in to comment.