mirror of
https://github.com/encounter/SDL.git
synced 2025-12-14 15:46:14 +00:00
audio: Changed OnlyHasDefaultInputDevice to OnlyHasDefaultCaptureDevice.
This commit is contained in:
@@ -161,7 +161,7 @@ PSPAUD_Init(SDL_AudioDriverImpl * impl)
|
||||
/*
|
||||
impl->HasCaptureSupport = 1;
|
||||
|
||||
impl->OnlyHasDefaultInputDevice = 1;
|
||||
impl->OnlyHasDefaultCaptureDevice = 1;
|
||||
*/
|
||||
/*
|
||||
impl->DetectDevices = DSOUND_DetectDevices;
|
||||
|
||||
Reference in New Issue
Block a user