From d9f2433b2e64baf33ef8aef6354e0a5165cab96c Mon Sep 17 00:00:00 2001 From: SMOKE5 Date: Sun, 18 Sep 2016 14:05:20 -0400 Subject: add sceAppMgrGetAppParam --- include/user/appmgr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/user/appmgr.h') 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); -- cgit v1.2.3