mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Correctly call CoUninitialize() on Cubeb helper class destruction.
This commit is contained in:
parent
3cdc6e3d4a
commit
64bb9ae9a9
4 changed files with 21 additions and 2 deletions
|
@ -37,6 +37,7 @@ private:
|
|||
#ifdef _WIN32
|
||||
Common::WorkQueueThread<std::function<void()>> m_work_queue;
|
||||
bool m_coinit_success = false;
|
||||
bool m_should_couninit = false;
|
||||
#endif
|
||||
|
||||
static long DataCallback(cubeb_stream* stream, void* user_data, const void* /*input_buffer*/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue