am: Implement CreateTransferMemoryStorage

Creates an AM::IStorage object with the contents of the transfer memory located at the handle provided.
This commit is contained in:
Zach Hilman 2018-11-09 20:01:20 -05:00
parent 83aa10f58f
commit 7ee51622c4
2 changed files with 26 additions and 0 deletions

View file

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