diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-03-12 16:14:01 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-15 07:53:16 +0200 |
commit | a8c09cd5e46904441165c4aeaacb5397efdf2173 (patch) | |
tree | a8e891e61cc5bbf7c019990197e79d79cd378d20 /src/core/hle/service/am/am.h | |
parent | hle_ipc: Add helper functions to get copy/move handles (diff) | |
download | yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.tar yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.tar.gz yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.tar.bz2 yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.tar.lz yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.tar.xz yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.tar.zst yuzu-a8c09cd5e46904441165c4aeaacb5397efdf2173.zip |
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> { |