From 2f639ac700ba9ccbb58000e08558a9fd6d549863 Mon Sep 17 00:00:00 2001 From: Davee Date: Wed, 21 Sep 2016 18:40:20 +0100 Subject: added size documentation to sceAppMgrGetAppParam --- include/user/appmgr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/user/appmgr.h b/include/user/appmgr.h index d14fe06..a0bea65 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 +//! param: pointer to a 1024 byte location to store the app param //! Returns 0 for success int sceAppMgrGetAppParam(char *param); -- cgit v1.2.3