mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 13:08:50 +01:00
[dxvk] Fix hang on exit with high priority queue
No idea why I'm not seeing hangs on my end, but this is definitely a bug.
This commit is contained in:
parent
715b5119e6
commit
673797c36a
@ -88,6 +88,7 @@ namespace dxvk {
|
||||
|
||||
m_workersRunning = false;
|
||||
m_queueCond.notify_all();
|
||||
m_queueCondPrioritized.notify_all();
|
||||
}
|
||||
|
||||
for (auto& worker : m_workers)
|
||||
|
Loading…
Reference in New Issue
Block a user