mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 20:57:53 -05:00
am: Implement ILibraryAppletCreator::CreateStorage.
This commit is contained in:
@ -121,6 +121,7 @@ public:
|
||||
|
||||
private:
|
||||
void CreateLibraryApplet(Kernel::HLERequestContext& ctx);
|
||||
void CreateStorage(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> {
|
||||
|
Reference in New Issue
Block a user