mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WASAPI handler thread
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user