diff options
author | xyzz | 2016-09-21 23:21:16 +0200 |
---|---|---|
committer | GitHub | 2016-09-21 23:21:16 +0200 |
commit | cdb7beba9fc749f5bd77da1355f0a4b638e15fdd (patch) | |
tree | 46720fba840da81547e6c3b70946b35677f01380 | |
parent | Merge pull request #57 from SMOKE5/master (diff) | |
parent | added size documentation to sceAppMgrGetAppParam (diff) | |
download | vds-libraries-cdb7beba9fc749f5bd77da1355f0a4b638e15fdd.tar.gz |
Merge pull request #59 from DaveeFTW/appmgr-patch
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); |