summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-06-03 20:19:24 +0200
committerbunnei <bunneidev@gmail.com>2018-06-04 04:10:05 +0200
commitd73c22bf4d975379d0e379f4f03398f102e7836d (patch)
tree39698cf6a0acd0069cfdef7ef158f273372eaa4f /src/core/hle/service/am/am.h
parentMerge pull request #494 from bunnei/shader-tex (diff)
downloadyuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.tar
yuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.tar.gz
yuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.tar.bz2
yuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.tar.lz
yuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.tar.xz
yuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.tar.zst
yuzu-d73c22bf4d975379d0e379f4f03398f102e7836d.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 ff8eb14d7..301a6c798 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -121,6 +121,7 @@ public:
private:
void CreateLibraryApplet(Kernel::HLERequestContext& ctx);
+ void CreateStorage(Kernel::HLERequestContext& ctx);
};
class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> {