mirror of https://github.com/PCSX2/pcsx2.git
USB: Release wasapi resampler's mutex
Got removed in the clean up.
This commit is contained in:
parent
b8eb4c26ea
commit
b5fecc49a3
|
@ -649,6 +649,7 @@ namespace usb_mic
|
|||
samples_to_read -= samples;
|
||||
}
|
||||
|
||||
resMutex = ReleaseMutex(mMutex);
|
||||
return (outFrames - (samples_to_read / mDeviceChannels));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue