diff --git a/nx/source/runtime/devices/romfs_dev.c b/nx/source/runtime/devices/romfs_dev.c index cd9a5d92..b1779618 100644 --- a/nx/source/runtime/devices/romfs_dev.c +++ b/nx/source/runtime/devices/romfs_dev.c @@ -423,6 +423,9 @@ Result romfsUnmount(const char *name) if (mount == NULL) return -1; + // Remove device + RemoveDevice(name); + romfs_mountclose(mount); return 0;