summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorSunguk Lee2018-03-18 17:37:08 +0900
committerGitHub2018-03-18 17:37:08 +0900
commit9d18f9e566d3de644b1a754ef545b0da97cb5d9f (patch)
treec684abc9e3d996f4645066ae18eeaca982bbb283 /include/user/appmgr.h
parentMerge pull request #302 from CelesteBlue-dev/patch-5 (diff)
parentadd contentid param id. (diff)
downloadvds-libraries-9d18f9e566d3de644b1a754ef545b0da97cb5d9f.tar.gz
Merge pull request #304 from SilicaAndPina/master
add the content_id param index.
Diffstat (limited to 'include/user/appmgr.h')
-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);