diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/shader/async_shaders.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/async_shaders.cpp b/src/video_core/shader/async_shaders.cpp index 84d86c32f..64fad46e7 100644 --- a/src/video_core/shader/async_shaders.cpp +++ b/src/video_core/shader/async_shaders.cpp | |||
| @@ -36,6 +36,7 @@ void AsyncShaders::AllocateWorkers(std::size_t num_workers) { | |||
| 36 | void AsyncShaders::FreeWorkers() { | 36 | void AsyncShaders::FreeWorkers() { |
| 37 | // Mark all threads to quit | 37 | // Mark all threads to quit |
| 38 | is_thread_exiting.store(true); | 38 | is_thread_exiting.store(true); |
| 39 | cv.notify_all(); | ||
| 39 | for (auto& thread : worker_threads) { | 40 | for (auto& thread : worker_threads) { |
| 40 | thread.join(); | 41 | thread.join(); |
| 41 | } | 42 | } |