yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
This commit is contained in:
parent
0bbf5e61f1
commit
eae9f2e440
14 changed files with 54 additions and 16 deletions
|
@ -64,6 +64,7 @@ void AsyncShaders::FreeWorkers() {
|
|||
|
||||
void AsyncShaders::KillWorkers() {
|
||||
is_thread_exiting.store(true);
|
||||
cv.notify_all();
|
||||
for (auto& thread : worker_threads) {
|
||||
thread.detach();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue