1
0
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:
Philip Rebohle 2022-08-11 14:00:57 +02:00
parent 715b5119e6
commit 673797c36a
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -88,6 +88,7 @@ namespace dxvk {
m_workersRunning = false;
m_queueCond.notify_all();
m_queueCondPrioritized.notify_all();
}
for (auto& worker : m_workers)