mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 06:27:47 +00:00
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
This commit is contained in:
parent
13c1932008
commit
f1a91e0397
17 changed files with 286 additions and 723 deletions
|
@ -33,8 +33,9 @@ class FileSystemController;
|
|||
}
|
||||
|
||||
namespace NVFlinger {
|
||||
class HosBinderDriverServer;
|
||||
class NVFlinger;
|
||||
}
|
||||
} // namespace NVFlinger
|
||||
|
||||
namespace SM {
|
||||
class ServiceManager;
|
||||
|
@ -236,6 +237,7 @@ public:
|
|||
~Services();
|
||||
|
||||
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