diff options
author | SMOKE5 | 2016-09-18 20:30:11 -0400 |
---|---|---|
committer | SMOKE5 | 2016-09-18 20:30:11 -0400 |
commit | ec51302c495aae5c88b5a6ad5735897024bdbd88 (patch) | |
tree | f20024cbe91c24029b0a154a36f4c35fb4be0f76 /include/user/appmgr.h | |
parent | added app param example (diff) | |
download | vds-libraries-ec51302c495aae5c88b5a6ad5735897024bdbd88.tar.gz |
add return value for 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 48a7dc4..d14fe06 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 +//! Returns 0 for success int sceAppMgrGetAppParam(char *param); //! Obtains the BGM port, even when it is not in front |