mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
Merge pull request #11483 from FearlessTobi/save-size-max
am: Stub GetSaveDataSizeMax
This commit is contained in:
commit
a821c64716
3 changed files with 15 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue