summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-03-12 16:14:01 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-15 07:53:16 +0200
commita8c09cd5e46904441165c4aeaacb5397efdf2173 (patch)
treea8e891e61cc5bbf7c019990197e79d79cd378d20 /src/core/hle/service/am/am.h
parenthle_ipc: Add helper functions to get copy/move handles (diff)
downloadyuzu-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 '')
-rw-r--r--src/core/hle/service/am/am.h1
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> {