mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 04:37:54 -05:00
Merge pull request #11483 from FearlessTobi/save-size-max
am: Stub GetSaveDataSizeMax
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user