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

@ -238,6 +238,8 @@ public:
explicit Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
~Services();
void KillNVNFlinger();
private:
std::unique_ptr<NVFlinger::HosBinderDriverServer> hos_binder_driver_server;
std::unique_ptr<NVFlinger::NVFlinger> nv_flinger;