mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 09:48:32 +00:00
AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WASAPI handler thread
This commit is contained in:
parent
c5a372ab2a
commit
ee60be4501
2 changed files with 3 additions and 16 deletions
|
@ -45,7 +45,6 @@ public:
|
|||
private:
|
||||
u32 m_frames_in_buffer = 0;
|
||||
std::atomic<bool> m_running = false;
|
||||
std::atomic<bool> m_stopped = false;
|
||||
std::thread m_thread;
|
||||
|
||||
// CoUninitialize must be called after all WASAPI COM objects have been destroyed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue