Added a comment for fsdevCommitDevice().

This commit is contained in:
yellows8 2018-05-12 11:56:04 -04:00
parent 02ff4915d9
commit 165932fbde

View File

@ -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);