diff options
| author | Silent <zdanio95@gmail.com> | 2019-08-17 10:08:16 +0200 |
|---|---|---|
| committer | Silent <zdanio95@gmail.com> | 2021-01-12 19:21:54 +0100 |
| commit | ee60be45010fed98a3d28f736bcf00efb036560c (patch) | |
| tree | 1a79f99ff5a0a8c6870485648a43ebd83581e082 /Source/Core/AudioCommon/WASAPIStream.h | |
| parent | c5a372ab2a74ff5b81c6611bbfefe3d8ddad11fd (diff) | |
AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WASAPI handler thread
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.h')
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<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, |
