From 194053024ae5fbfabdf25ef92d43af04e892ce88 Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Sat, 18 Jan 2020 20:19:16 +0100 Subject: Added arg for vshIoUmount --- include/user/vshbridge.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/user') diff --git a/include/user/vshbridge.h b/include/user/vshbridge.h index d965bfa..a525c04 100644 --- a/include/user/vshbridge.h +++ b/include/user/vshbridge.h @@ -24,13 +24,13 @@ int _vshIoMount(int id, const char *path, int permission, void* buf); /** * @param[in] id - mount id - * @param[in] unk1 - Unknown, set 0 + * @param[in] force - Set to 1 to force umount * @param[in] unk2 - Unknown, set 0 * @param[in] unk3 - Unknown, set 0 * * @return 0 >= on success, < 0 on error. */ -int vshIoUmount(int id, int unk1, int unk2, int unk3); +int vshIoUmount(int id, int force, int unk2, int unk3); int vshIdStorageIsDirty(void); int vshIdStorageIsFormatted(void); -- cgit v1.2.3