diff options
author | SMOKE5 | 2016-09-18 14:05:20 -0400 |
---|---|---|
committer | SMOKE5 | 2016-09-18 14:05:20 -0400 |
commit | d9f2433b2e64baf33ef8aef6354e0a5165cab96c (patch) | |
tree | 8b474e1f359e85add3149f3b0fc2567a1a53676c /include/user/appmgr.h | |
parent | Merge pull request #49 from himanshugoel2797/patch-4 (diff) | |
download | vds-libraries-d9f2433b2e64baf33ef8aef6354e0a5165cab96c.tar.gz |
add sceAppMgrGetAppParam
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r-- | include/user/appmgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 5aa748e..8588fe1 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -72,6 +72,9 @@ int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t ve int sceAppMgrReceiveSystemEvent(SceAppMgrSystemEvent *systemEvent); +//! Copies app param to an array +int sceAppMgrGetAppParam(char *param); + //! Obtains the BGM port, even when it is not in front int sceAppMgrAcquireBgmPort(void); |