diff options
author | Davee | 2016-09-21 18:40:20 +0100 |
---|---|---|
committer | Davee | 2016-09-21 18:40:20 +0100 |
commit | 2f639ac700ba9ccbb58000e08558a9fd6d549863 (patch) | |
tree | 46720fba840da81547e6c3b70946b35677f01380 /include/user/appmgr.h | |
parent | Merge pull request #57 from SMOKE5/master (diff) | |
download | vds-libraries-2f639ac700ba9ccbb58000e08558a9fd6d549863.tar.gz |
added size documentation to sceAppMgrGetAppParam
Diffstat (limited to '')
-rw-r--r-- | include/user/appmgr.h | 1 |
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); |