yuzu/src/common/fs
Morph 14ab50defb common: fs: file: Revert Flush to its previous behavior and add Commit
It became apparent that logging can continuously spam errors that trigger file flushing.
Since committing the files to disk is an expensive operation, this causes unnecessarily high disk usage.
As such, we will revert Flush() to the previous behavior and add a Commit() member function in the event that this behavior is needed.
2021-07-06 05:59:47 -04:00
..
file.cpp common: fs: file: Revert Flush to its previous behavior and add Commit 2021-07-06 05:59:47 -04:00
file.h common: fs: file: Revert Flush to its previous behavior and add Commit 2021-07-06 05:59:47 -04:00
fs_paths.h
fs_types.h
fs_util.cpp
fs_util.h
fs.cpp
fs.h
path_util.cpp
path_util.h