From 8eee80b70fc74e66cd079cdd0b9f9e02ad28c0ff Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 8 May 2019 23:43:29 -0700 Subject: [PATCH] romfs_dev: fix unmounting/corruption when mounting multiple. --- nx/source/runtime/devices/romfs_dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/source/runtime/devices/romfs_dev.c b/nx/source/runtime/devices/romfs_dev.c index 3468ec7c..c0e18c19 100644 --- a/nx/source/runtime/devices/romfs_dev.c +++ b/nx/source/runtime/devices/romfs_dev.c @@ -392,6 +392,7 @@ Result romfsMountCommon(const char *name, romfs_mount *mount) if(AddDevice(&mount->device) < 0) goto fail; + mount->setup = true; return 0; fail: