mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 06:27:47 +00:00
core: barrier service thread shutdown
This commit is contained in:
parent
99cefb62fd
commit
ee969900ae
6 changed files with 26 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue