summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-13 01:42:17 +0200
committerGitHub <noreply@github.com>2023-05-13 01:42:17 +0200
commit021e503cc8ea56d4743a6512eee770020f62ea83 (patch)
tree8048d14b3075aa00ac1bce9e903c98f1864d0a94 /src/core/hle/service/am/am.h
parentMerge pull request #10236 from liamwhite/thats-not-an-ibinder (diff)
parentfs: adjust future save path (diff)
downloadyuzu-021e503cc8ea56d4743a6512eee770020f62ea83.tar
yuzu-021e503cc8ea56d4743a6512eee770020f62ea83.tar.gz
yuzu-021e503cc8ea56d4743a6512eee770020f62ea83.tar.bz2
yuzu-021e503cc8ea56d4743a6512eee770020f62ea83.tar.lz
yuzu-021e503cc8ea56d4743a6512eee770020f62ea83.tar.xz
yuzu-021e503cc8ea56d4743a6512eee770020f62ea83.tar.zst
yuzu-021e503cc8ea56d4743a6512eee770020f62ea83.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-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 0dbc6485e..d4fd163da 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -333,6 +333,7 @@ private:
void GetPseudoDeviceId(HLERequestContext& ctx);
void ExtendSaveData(HLERequestContext& ctx);
void GetSaveDataSize(HLERequestContext& ctx);
+ void CreateCacheStorage(HLERequestContext& ctx);
void BeginBlockingHomeButtonShortAndLongPressed(HLERequestContext& ctx);
void EndBlockingHomeButtonShortAndLongPressed(HLERequestContext& ctx);
void BeginBlockingHomeButton(HLERequestContext& ctx);