mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-12-01 04:35:48 -08:00
gpu: Add shut down method to synchronize threads before destruction
This commit is contained in:
@@ -317,6 +317,8 @@ struct System::Impl {
|
||||
is_powered_on = false;
|
||||
exit_lock = false;
|
||||
|
||||
gpu_core->NotifyShutdown();
|
||||
|
||||
services.reset();
|
||||
service_manager.reset();
|
||||
cheat_engine.reset();
|
||||
|
||||
Reference in New Issue
Block a user