From ee60be45010fed98a3d28f736bcf00efb036560c Mon Sep 17 00:00:00 2001 From: Silent Date: Sat, 17 Aug 2019 10:08:16 +0200 Subject: AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WASAPI handler thread --- Source/Core/AudioCommon/WASAPIStream.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/AudioCommon/WASAPIStream.h') diff --git a/Source/Core/AudioCommon/WASAPIStream.h b/Source/Core/AudioCommon/WASAPIStream.h index 39d2d5d986..b4337a378a 100644 --- a/Source/Core/AudioCommon/WASAPIStream.h +++ b/Source/Core/AudioCommon/WASAPIStream.h @@ -45,7 +45,6 @@ public: private: u32 m_frames_in_buffer = 0; std::atomic m_running = false; - std::atomic m_stopped = false; std::thread m_thread; // CoUninitialize must be called after all WASAPI COM objects have been destroyed, -- cgit v1.2.3