mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 21:32:39 +02:00
Update documentation about fsdevMountDevice() to inform about trailing colons in device names. (#362)
This commit is contained in:
parent
1bb1aef2f7
commit
1719eda9fb
@ -38,6 +38,7 @@ Result fsdevMountSystemSaveData(const char *name, FsSaveDataSpaceId save_data_sp
|
|||||||
|
|
||||||
/// Mounts the input fs with the specified device name. fsdev will handle closing the fs when required, including when fsdevMountDevice() fails.
|
/// Mounts the input fs with the specified device name. fsdev will handle closing the fs when required, including when fsdevMountDevice() fails.
|
||||||
/// Returns -1 when any errors occur.
|
/// Returns -1 when any errors occur.
|
||||||
|
/// Input device name string shouldn't exceed 31 characters, and shouldn't have a trailing colon.
|
||||||
int fsdevMountDevice(const char *name, FsFileSystem fs);
|
int fsdevMountDevice(const char *name, FsFileSystem fs);
|
||||||
|
|
||||||
/// Unmounts the specified device.
|
/// Unmounts the specified device.
|
||||||
|
Loading…
Reference in New Issue
Block a user