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