vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootService

This commit is contained in:
Liam
2024-02-13 23:53:56 -05:00
parent 2e8c0e9247
commit c448001d47
12 changed files with 145 additions and 90 deletions

View File

@ -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);