mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 12:48:11 +00:00
nvnflinger: convert to process
This commit is contained in:
parent
f5abfc70bf
commit
b1f1beae41
44 changed files with 241 additions and 273 deletions
|
@ -28,11 +28,6 @@ namespace FileSystem {
|
|||
class FileSystemController;
|
||||
}
|
||||
|
||||
namespace Nvnflinger {
|
||||
class HosBinderDriverServer;
|
||||
class Nvnflinger;
|
||||
} // namespace Nvnflinger
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
@ -244,12 +239,6 @@ class Services final {
|
|||
public:
|
||||
explicit Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
|
||||
~Services();
|
||||
|
||||
void KillNVNFlinger();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Nvnflinger::HosBinderDriverServer> hos_binder_driver_server;
|
||||
std::unique_ptr<Nvnflinger::Nvnflinger> nv_flinger;
|
||||
};
|
||||
|
||||
} // namespace Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue