mirror of
https://github.com/yawut/SDL.git
synced 2026-03-31 14:14:41 -05:00
Removed a FIXME; RemoteIO is correct for iOS.
This commit is contained in:
parent
784d15354b
commit
b735095b79
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user