From 71ee86025fec7643fc3cf4caed1b41702ef784a4 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Tue, 13 Apr 2021 19:53:46 +0200 Subject: [PATCH] Add virtual paths to MountVirtualDevices --- src/virtualpath.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/virtualpath.c b/src/virtualpath.c index 06cf017..b50abd7 100644 --- a/src/virtualpath.c +++ b/src/virtualpath.c @@ -152,6 +152,10 @@ void MountVirtualDevices() VirtualMountDevice("storage_mlc:/"); VirtualMountDevice("storage_usb:/"); VirtualMountDevice("usb:/"); + + AddVirtualFSPath("vol", NULL, NULL); + AddVirtualFSVOLPath("external01", NULL, NULL); + AddVirtualFSVOLPath("content", NULL, NULL); } void UnmountVirtualPaths() {