mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Fix mic device and volume detection
This commit is contained in:
parent
39930cf2e8
commit
fc929d963e
@ -421,7 +421,7 @@ namespace DS4Windows
|
||||
{
|
||||
warnInterval = WARN_INTERVAL_BT;
|
||||
audio = new DS4Audio();
|
||||
micAudio = new DS4Audio(DS4Library.CoreAudio.DataFlow.Render);
|
||||
micAudio = new DS4Audio(DS4Library.CoreAudio.DataFlow.Capture);
|
||||
synced = isValidSerial();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user