From 863de5cd20dcab0c758b1c158c84cb691765a2e4 Mon Sep 17 00:00:00 2001 From: GrapheneCt Date: Sat, 21 Nov 2020 13:59:54 -0500 Subject: Add prototype for sceAppMgrGrowMemory{,3} --- include/user/appmgr.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'include/user/appmgr.h') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 7b796e1..5815ae1 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -545,6 +545,22 @@ int sceAppMgrGetBudgetInfo(SceAppMgrBudgetInfo *info); */ int sceAppMgrSendNotificationRequest(SceAppMgrTrcNotification *notification, SceBool blocking); +/** + * Grows main memory budget of system mode app. + * + * @param[in] size - size to grow to + * @param[in] unk - set to 1 + */ +int sceAppMgrGrowMemory(SceSize size, int unk); + +/** + * Grows main memory budget of system mode app. + * + * @param[in] size - size to grow to + * @param[in] unk - set to 1 + */ +int sceAppMgrGrowMemory3(SceSize size, int unk); + /** * Shared Framebuffer */ -- cgit v1.2.3