summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorDavee2016-09-21 18:40:20 +0100
committerDavee2016-09-21 18:40:20 +0100
commit2f639ac700ba9ccbb58000e08558a9fd6d549863 (patch)
tree46720fba840da81547e6c3b70946b35677f01380 /include/user/appmgr.h
parentMerge pull request #57 from SMOKE5/master (diff)
downloadvds-libraries-2f639ac700ba9ccbb58000e08558a9fd6d549863.tar.gz
added size documentation to sceAppMgrGetAppParam
Diffstat (limited to '')
-rw-r--r--include/user/appmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index d14fe06..a0bea65 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -74,6 +74,7 @@ int sceAppMgrReceiveSystemEvent(SceAppMgrSystemEvent *systemEvent);
//! Copies app param to an array
//! App param example: type=LAUNCH_APP_BY_URI&uri=psgm:play?titleid=NPXS10031
+//! param: pointer to a 1024 byte location to store the app param
//! Returns 0 for success
int sceAppMgrGetAppParam(char *param);