From ec51302c495aae5c88b5a6ad5735897024bdbd88 Mon Sep 17 00:00:00 2001 From: SMOKE5 Date: Sun, 18 Sep 2016 20:30:11 -0400 Subject: add return value for sceAppMgrGetAppParam --- 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 48a7dc4..d14fe06 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -74,6 +74,7 @@ int sceAppMgrReceiveSystemEvent(SceAppMgrSystemEvent *systemEvent); //! Copies app param to an array //! App param example: type=LAUNCH_APP_BY_URI&uri=psgm:play?titleid=NPXS10031 +//! Returns 0 for success int sceAppMgrGetAppParam(char *param); //! Obtains the BGM port, even when it is not in front -- cgit v1.2.3