mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 12:18:00 -05:00
yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user