13 Jun
2023
13 Jun
'23
1:09 a.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/winepulse.drv/mmdevdrv.c:
return AUDCLNT_E_ALREADY_INITIALIZED; }
- if (!pulse_thread) + if (FAILED(hr = main_loop_start())) {
Once again, sorry for the nitpick, but why is the `{` on the next line here but in the same line in other places? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3027#note_35553