audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice.

This commit is contained in:
Ryan C. Gordon
2016-08-05 02:04:48 -04:00
parent 761a79788c
commit 9b2a59ef05
7 changed files with 8 additions and 8 deletions

View File

@@ -766,7 +766,7 @@ COREAUDIO_Init(SDL_AudioDriverImpl * impl)
AudioObjectAddPropertyListener(kAudioObjectSystemObject, &devlist_address, device_list_changed, NULL);
#else
impl->OnlyHasDefaultOutputDevice = 1;
impl->OnlyHasDefaultInputDevice = 1;
impl->OnlyHasDefaultCaptureDevice = 1;
/* Set category to ambient sound so that other music continues playing.
You can change this at runtime in your own code if you need different