am: Implement ILibraryAppletCreator::CreateStorage.

This commit is contained in:
bunnei
2018-06-03 14:19:24 -04:00
parent bb9d39b8fe
commit d73c22bf4d
2 changed files with 34 additions and 21 deletions

View File

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