1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-15 07:45:15 -06:00

core: barrier service thread shutdown

This commit is contained in:
Liam
2022-10-23 05:45:45 -04:00
parent 0860fffd78
commit 2d90a927c9
6 changed files with 26 additions and 7 deletions

View File

@@ -384,6 +384,7 @@ struct System::Impl {
kernel.ShutdownCores();
cpu_manager.Shutdown();
debugger.reset();
services->KillNVNFlinger();
kernel.CloseServices();
services.reset();
service_manager.reset();