mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 19:48:17 -05:00
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user