ILibraryAppletCreator: Implement CreateHandleStorage

Used by Monster Hunter Generations Ultimate
This commit is contained in:
Morph
2021-03-12 10:14:01 -05:00
parent e3e6a11ab8
commit a8c09cd5e4
2 changed files with 65 additions and 7 deletions

View File

@ -254,6 +254,7 @@ private:
void CreateLibraryApplet(Kernel::HLERequestContext& ctx);
void CreateStorage(Kernel::HLERequestContext& ctx);
void CreateTransferMemoryStorage(Kernel::HLERequestContext& ctx);
void CreateHandleStorage(Kernel::HLERequestContext& ctx);
};
class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> {