mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-27 15:22:40 +02:00
Added a comment for fsdevCommitDevice().
This commit is contained in:
parent
02ff4915d9
commit
165932fbde
@ -32,7 +32,7 @@ int fsdevMountDevice(const char *name, FsFileSystem fs);
|
||||
/// Unmounts the specified device.
|
||||
int fsdevUnmountDevice(const char *name);
|
||||
|
||||
/// Uses fsFsCommit() with the specified device. This must be used after any savedata-write operations(not just file-write).
|
||||
/// Uses fsFsCommit() with the specified device. This must be used after any savedata-write operations(not just file-write). This should be used after each file-close where file-writing was done.
|
||||
/// This is not used automatically at device unmount.
|
||||
Result fsdevCommitDevice(const char *name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user