diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-09-16 11:39:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-16 11:39:56 -0400 |
| commit | 7f705870d2255b8f45c3f38efe8906ed89073223 (patch) | |
| tree | ec421bd40dca6f24ba81c5c8a5e2b0bae02357e0 /src/core/hle/service/am/am.h | |
| parent | 821037e18fd1e2989a259040cdd0a87ac8ccd6fe (diff) | |
| parent | a2150e456c15d11c9d06604a91dd393d99b586c1 (diff) | |
Merge pull request #11483 from FearlessTobi/save-size-max
am: Stub GetSaveDataSizeMax
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 f75a665b2..f86841c60 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -316,6 +316,7 @@ private: void ExtendSaveData(HLERequestContext& ctx); void GetSaveDataSize(HLERequestContext& ctx); void CreateCacheStorage(HLERequestContext& ctx); + void GetSaveDataSizeMax(HLERequestContext& ctx); void BeginBlockingHomeButtonShortAndLongPressed(HLERequestContext& ctx); void EndBlockingHomeButtonShortAndLongPressed(HLERequestContext& ctx); void BeginBlockingHomeButton(HLERequestContext& ctx); |
