mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-16 12:30:06 +00:00
a98b6c8f07
std::fflush does not guarantee that file buffers are flushed to the disk. Use _commit on Windows and fsync on all other OSes to ensure that the file is flushed to the disk. |
||
---|---|---|
.. | ||
file.cpp | ||
file.h | ||
fs_paths.h | ||
fs_types.h | ||
fs_util.cpp | ||
fs_util.h | ||
fs.cpp | ||
fs.h | ||
path_util.cpp | ||
path_util.h |