From dd1cbd9c56ceec0e1819d7373a48dbc63521096e Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Wed, 2 Aug 2023 13:00:30 -0600 Subject: service: am: Fix wrong interface --- src/core/hle/service/am/am.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/hle/service/am/am.h') diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index d4fd163da..3db09c214 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -314,6 +314,12 @@ private: void CreateHandleStorage(HLERequestContext& ctx); }; +class ILibraryAppletSelfAccessor final : public ServiceFramework { +public: + explicit ILibraryAppletSelfAccessor(Core::System& system_); + ~ILibraryAppletSelfAccessor() override; +}; + class IApplicationFunctions final : public ServiceFramework { public: explicit IApplicationFunctions(Core::System& system_); -- cgit v1.2.3