forked from eden-emu/eden
service: am: Fix wrong interface
This commit is contained in:
parent
096644c01c
commit
dd1cbd9c56
3 changed files with 55 additions and 3 deletions
|
@ -314,6 +314,12 @@ private:
|
|||
void CreateHandleStorage(HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class ILibraryAppletSelfAccessor final : public ServiceFramework<ILibraryAppletSelfAccessor> {
|
||||
public:
|
||||
explicit ILibraryAppletSelfAccessor(Core::System& system_);
|
||||
~ILibraryAppletSelfAccessor() override;
|
||||
};
|
||||
|
||||
class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> {
|
||||
public:
|
||||
explicit IApplicationFunctions(Core::System& system_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue