diff options
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r-- | include/user/appmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 16fd815..e4ba75e 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -248,7 +248,7 @@ int sceAppMgrGetRunningAppIdListForShell(SceUID *appIds, int count); * @return 0 on success, < 0 on error. */ -int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t version); +int _sceAppMgrGetAppState(SceAppMgrAppState *appState, SceSize len, uint32_t version); /** * Receive system event @@ -396,7 +396,7 @@ int sceAppMgrAppDataMountById(int id, const char *titleid, const char *mount_poi * * @note param: 6 (contentid) 8 (category), 9 (stitle/title?), 10 (title/stitle?), 12 (titleid) */ -int sceAppMgrAppParamGetString(int pid, int param, char *string, int length); +int sceAppMgrAppParamGetString(int pid, int param, char *string, SceSize length); /** * Get device info |