summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorSMOKE52016-09-18 14:05:20 -0400
committerSMOKE52016-09-18 14:05:20 -0400
commitd9f2433b2e64baf33ef8aef6354e0a5165cab96c (patch)
tree8b474e1f359e85add3149f3b0fc2567a1a53676c /include/user/appmgr.h
parentMerge pull request #49 from himanshugoel2797/patch-4 (diff)
downloadvds-libraries-d9f2433b2e64baf33ef8aef6354e0a5165cab96c.tar.gz
add sceAppMgrGetAppParam
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r--include/user/appmgr.h3
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);