summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorTheOfficialFloW2017-09-16 20:58:21 +0200
committerGitHub2017-09-16 20:58:21 +0200
commitab71897ff91ef113b8d74e7ad1646f47250e9d6a (patch)
tree5f49e014fccca2bd5bf34450afee7fea37d7d610 /include/user/appmgr.h
parentUpdate appmgr.h (diff)
downloadvds-libraries-ab71897ff91ef113b8d74e7ad1646f47250e9d6a.tar.gz
Added sceAppMgrGameDataMount header
Diffstat (limited to '')
-rw-r--r--include/user/appmgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index 5a1a4f4..d936bb2 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -120,6 +120,9 @@ int sceAppMgrLaunchAppByName2(const char *name, const char *param, SceAppMgrLaun
//! return AppId ?
SceUID sceAppMgrLaunchAppByName2ForShell(const char *name, const char *param, SceAppMgrLaunchAppOptParam *optParam);
+//! Mount pfs, set unk and unk2 to 0
+int sceAppMgrGameDataMount(const char *path, int unk, int unk2, char *mount_point);
+
//! id: 100 (photo0), 101 (friends), 102 (messages), 103 (near), 105 (music), 108 (calendar)
int sceAppMgrAppDataMount(int id, char *mount_point);