summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorxyzz2016-08-22 02:44:21 +0200
committerGitHub2016-08-22 02:44:21 +0200
commitbad84d97aab9b58986ca67b136bb6cc32cc85e24 (patch)
tree2e92b56112b23aae856fc462b98eed8242d1fe5e /include
parentAdded _sceAppMgrLaunchAppByName2ForShell (diff)
parentMore SceAppMgr info (diff)
downloadvds-libraries-bad84d97aab9b58986ca67b136bb6cc32cc85e24.tar.gz
Merge pull request #26 from endrift/appmgr
More SceAppMgr info
Diffstat (limited to 'include')
-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);