mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Remove RomFS devoptab device on unmount.
This commit is contained in:
parent
77f1d357e5
commit
e3d7b12c96
@ -423,6 +423,9 @@ Result romfsUnmount(const char *name)
|
|||||||
if (mount == NULL)
|
if (mount == NULL)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
// Remove device
|
||||||
|
RemoveDevice(name);
|
||||||
|
|
||||||
romfs_mountclose(mount);
|
romfs_mountclose(mount);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user