summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBluzume2018-03-18 18:18:41 +1300
committerGitHub2018-03-18 18:18:41 +1300
commitec49879364c9b477021c833d69ee4a59f6f4756e (patch)
treec684abc9e3d996f4645066ae18eeaca982bbb283
parentMerge pull request #302 from CelesteBlue-dev/patch-5 (diff)
downloadvds-libraries-ec49879364c9b477021c833d69ee4a59f6f4756e.tar.gz
add contentid param id.
-rw-r--r--include/user/appmgr.h2
1 files changed, 1 insertions, 1 deletions
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);