From ec49879364c9b477021c833d69ee4a59f6f4756e Mon Sep 17 00:00:00 2001 From: Bluzume Date: Sun, 18 Mar 2018 18:18:41 +1300 Subject: add contentid param id. --- include/user/appmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index a6e09c6..a0d44ef 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -362,7 +362,7 @@ int sceAppMgrAppDataMountById(int id, char *titleid, char *mount_point); * * @return 0 on success, < 0 on error. * - * @note param: 8 (category), 9 (stitle/title?), 10 (title/stitle?), 12 (titleid) + * @note param: 6 (contentid) 8 (category), 9 (stitle/title?), 10 (title/stitle?), 12 (titleid) */ int sceAppMgrAppParamGetString(int pid, int param, char *string, int length); -- cgit v1.2.3