mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-10 09:07:56 -05:00
vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootService
This commit is contained in:
@ -7,10 +7,6 @@ namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Service {
|
||||
class HLERequestContext;
|
||||
}
|
||||
|
||||
namespace Service::Nvnflinger {
|
||||
class HosBinderDriverServer;
|
||||
class Nvnflinger;
|
||||
@ -18,15 +14,6 @@ class Nvnflinger;
|
||||
|
||||
namespace Service::VI {
|
||||
|
||||
enum class Permission;
|
||||
|
||||
namespace detail {
|
||||
void GetDisplayServiceImpl(HLERequestContext& ctx, Core::System& system,
|
||||
Nvnflinger::Nvnflinger& nv_flinger,
|
||||
Nvnflinger::HosBinderDriverServer& hos_binder_driver_server,
|
||||
Permission permission);
|
||||
} // namespace detail
|
||||
|
||||
void LoopProcess(Core::System& system, Nvnflinger::Nvnflinger& nvnflinger,
|
||||
Nvnflinger::HosBinderDriverServer& hos_binder_driver_server);
|
||||
|
||||
|
Reference in New Issue
Block a user