[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
1 changed files with 1 additions and 0 deletions

View File

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