From c0ed6b675435c9ae435ea8b233c65cfee44077e8 Mon Sep 17 00:00:00 2001 From: SMOKE5 Date: Sun, 18 Sep 2016 14:43:57 -0400 Subject: added app param example --- include/user/appmgr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/user/appmgr.h') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 8588fe1..48a7dc4 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -73,6 +73,7 @@ int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t ve int sceAppMgrReceiveSystemEvent(SceAppMgrSystemEvent *systemEvent); //! Copies app param to an array +//! App param example: type=LAUNCH_APP_BY_URI&uri=psgm:play?titleid=NPXS10031 int sceAppMgrGetAppParam(char *param); //! Obtains the BGM port, even when it is not in front -- cgit v1.2.3