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

Commit

Permalink
Removed a FIXME; RemoteIO is correct for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 2, 2012
1 parent ff3ebfb commit 3291d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/coreaudio/SDL_coreaudio.c
Expand Up @@ -388,7 +388,7 @@ prepare_audiounit(_THIS, const char *devname, int iscapture,
desc.componentSubType = kAudioUnitSubType_DefaultOutput;
comp = FindNextComponent(NULL, &desc);
#else
desc.componentSubType = kAudioUnitSubType_RemoteIO; /* !!! FIXME: ? */
desc.componentSubType = kAudioUnitSubType_RemoteIO;
comp = AudioComponentFindNext(NULL, &desc);
#endif

Expand Down

0 comments on commit 3291d7c

Please sign in to comment.