diff options
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); |