diff options
author | Chris Robinson <[email protected]> | 2022-06-07 18:58:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-06-07 18:58:44 -0700 |
commit | d923f2d0a6884aef22b72149309eb54d14d8bf4a (patch) | |
tree | 7afcc08564ff9698fc67f8f88eed9e90bd3e28dc | |
parent | 4750e553f1edb89f330be30953e88db65db577d9 (diff) |
Trace the WASAPI device mix format
-rw-r--r-- | alc/backends/wasapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/backends/wasapi.cpp b/alc/backends/wasapi.cpp index 9a51485a..2d7ec361 100644 --- a/alc/backends/wasapi.cpp +++ b/alc/backends/wasapi.cpp @@ -863,6 +863,7 @@ HRESULT WasapiPlayback::resetProxy() ERR("Failed to get mix format: 0x%08lx\n", hr); return hr; } + TraceFormat("Device mix format", wfx); WAVEFORMATEXTENSIBLE OutputType; if(!MakeExtensible(&OutputType, wfx)) |