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

@ -303,4 +303,8 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
Services::~Services() = default;
void Services::KillNVNFlinger() {
nv_flinger->ShutdownLayers();
}
} // namespace Service