diff options
author | bunnei <bunneidev@gmail.com> | 2023-05-13 01:42:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 01:42:17 +0200 |
commit | 021e503cc8ea56d4743a6512eee770020f62ea83 (patch) | |
tree | 8048d14b3075aa00ac1bce9e903c98f1864d0a94 /src/core/hle/service/am/am.h | |
parent | Merge pull request #10236 from liamwhite/thats-not-an-ibinder (diff) | |
parent | fs: adjust future save path (diff) | |
download | yuzu-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.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 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); |