diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-03-12 10:14:01 -0500 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-15 01:53:16 -0400 |
| commit | a8c09cd5e46904441165c4aeaacb5397efdf2173 (patch) | |
| tree | a8e891e61cc5bbf7c019990197e79d79cd378d20 /src/core/hle/service/am/am.h | |
| parent | e3e6a11ab8fc14a99bce35eb6fd860d583f255d8 (diff) | |
ILibraryAppletCreator: Implement CreateHandleStorage
Used by Monster Hunter Generations Ultimate
Diffstat (limited to 'src/core/hle/service/am/am.h')
| -rw-r--r-- | src/core/hle/service/am/am.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index f6a453ab7..aefbdf0d5 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -254,6 +254,7 @@ private: void CreateLibraryApplet(Kernel::HLERequestContext& ctx); void CreateStorage(Kernel::HLERequestContext& ctx); void CreateTransferMemoryStorage(Kernel::HLERequestContext& ctx); + void CreateHandleStorage(Kernel::HLERequestContext& ctx); }; class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> { |
