mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-29 01:51:37 +00:00
wasapi: Minor style tweaks.
This commit is contained in:
@@ -728,8 +728,7 @@ static bool mgmtthrtask_PrepDevice(void *userdata)
|
||||
|
||||
newspec.freq = waveformat->nSamplesPerSec;
|
||||
|
||||
if (device->recording && device->hidden->isplayback)
|
||||
{
|
||||
if (device->recording && device->hidden->isplayback) {
|
||||
streamflags |= AUDCLNT_STREAMFLAGS_LOOPBACK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user