From f33d7b9eb3ead01fa29196fb962848ec888029a8 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Tue, 18 Oct 2016 15:53:35 +0200 Subject: Added sceAppMgrUmount (#66) --- include/user/appmgr.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/user/appmgr.h b/include/user/appmgr.h index a0bea65..1b07446 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -128,6 +128,11 @@ int sceAppMgrWorkDirMount(int id, char *mount_point); //! id: 205 (cache0), 207 (td) int sceAppMgrWorkDirMountById(int id, char *titleid, char *mount_point); +//! Unmount a mountpoint +//! Unmount app0: for example to enable write access to ux0:app/TITLEID +//! Returns 0 on success +int sceAppMgrUmount(const char *mount_point); + #ifdef __cplusplus } #endif -- cgit v1.2.3