feat: Test spicetools logging bmsound-wine side

> broken commit
> route bmsound messages back to spicetools log
This commit is contained in:
[ ]
2025-12-20 21:23:22 +09:00
parent 56e8e7456b
commit ea5d566218
3 changed files with 40 additions and 1 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ HRESULT PipewireBackend::on_release_buffer(uint32_t num_frames_written, DWORD dw
}
BmswClientReleaseBuffer(client_, num_frames_written);
if(notif_state_ == -1) callback_notify(this);
if (notif_state_ == -1) callback_notify(this);
return S_OK;
}