summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-12-27 17:04:05 +0100
committerGitHub <noreply@github.com>2018-12-27 17:04:05 +0100
commitc4515d305b80556fc9b316805a50e2303304a457 (patch)
tree9ef68f80306b0bfbd17e84e70c44f3656c057fc5 /src/core/hle/service/am/am.h
parentMerge pull request #1946 from lioncash/decl (diff)
parentam: Implement GetSaveDataSize and ExtendSaveData (diff)
downloadyuzu-c4515d305b80556fc9b316805a50e2303304a457.tar
yuzu-c4515d305b80556fc9b316805a50e2303304a457.tar.gz
yuzu-c4515d305b80556fc9b316805a50e2303304a457.tar.bz2
yuzu-c4515d305b80556fc9b316805a50e2303304a457.tar.lz
yuzu-c4515d305b80556fc9b316805a50e2303304a457.tar.xz
yuzu-c4515d305b80556fc9b316805a50e2303304a457.tar.zst
yuzu-c4515d305b80556fc9b316805a50e2303304a457.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 34c45fadf..b6113cfdd 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -206,6 +206,8 @@ private:
void SetGamePlayRecordingState(Kernel::HLERequestContext& ctx);
void NotifyRunning(Kernel::HLERequestContext& ctx);
void GetPseudoDeviceId(Kernel::HLERequestContext& ctx);
+ void ExtendSaveData(Kernel::HLERequestContext& ctx);
+ void GetSaveDataSize(Kernel::HLERequestContext& ctx);
void BeginBlockingHomeButtonShortAndLongPressed(Kernel::HLERequestContext& ctx);
void EndBlockingHomeButtonShortAndLongPressed(Kernel::HLERequestContext& ctx);
void BeginBlockingHomeButton(Kernel::HLERequestContext& ctx);