mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 10:17:55 +00:00
am: Implement ILibraryAppletCreator::CreateStorage.
This commit is contained in:
parent
2ceba3716b
commit
1597b12861
2 changed files with 34 additions and 21 deletions
|
@ -121,6 +121,7 @@ public:
|
|||
|
||||
private:
|
||||
void CreateLibraryApplet(Kernel::HLERequestContext& ctx);
|
||||
void CreateStorage(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue