gpu: Add shut down method to synchronize threads before destruction
This commit is contained in:
parent
7652543231
commit
c17938f96b
3 changed files with 15 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue