diff options
Diffstat (limited to 'include/user')
-rw-r--r-- | include/user/appmgr.h | 2 |
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); |