summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
Diffstat (limited to 'include/user')
-rw-r--r--include/user/appmgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index 7de06da..eb3131b 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -85,6 +85,7 @@ typedef struct sceAppMgrLoadExecOptParam {
int sceAppMgrLoadExec(const char *appPath, char * const argv[],
const SceAppMgrExecOptParam *optParam);
+//! flags: 0x20000 to launch, otherwise it just goes to the livearea page
int sceAppMgrLaunchAppByUri(int flags, char *uri);
int sceAppMgrLaunchAppByName2(char *name);
@@ -95,7 +96,7 @@ int sceAppMgrAppDataMount(int id, char *mount_point);
//! id: 106 (ad), 107 (ad)
int sceAppMgrAppDataMountById(int id, char *titleid, char *mount_point);
-//! param: 12 (titleid)
+//! param: 8 (category), 9 (stitle/title?), 10 (title/stitle?), 12 (titleid)
int sceAppMgrAppParamGetString(int pid, int param, char *string, int length);
int sceAppMgrConvertVs0UserDrivePath(char *path, char *mount_point, int unk);