am: Implement ILibraryAppletCreator::CreateStorage.

This commit is contained in:
bunnei 2018-06-03 14:19:24 -04:00
parent 2ceba3716b
commit 1597b12861
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> {