yuzu-fork/src/common/fs
Morph cf0b9d1de2 common: fs: file: Remove [[nodiscard]] attribute from Flush
Similarly, Flush() is typically called to attempt to flush a file into the disk. In the one case where this is used, we do not care whether the flush has succeeded or not, making [[nodiscard]] unnecessary.
2021-06-22 13:36:24 -04:00
..
file.cpp Merge pull request #6460 from Morph1984/fs-access-log-fix 2021-06-16 14:03:01 -04:00
file.h common: fs: file: Remove [[nodiscard]] attribute from Flush 2021-06-22 13:36:24 -04:00
fs.cpp common: fs: Use the normal directory iterator in *Recursively functions 2021-06-12 01:39:07 -04:00
fs.h common: fs: Remove [[nodiscard]] attribute on Remove* functions 2021-06-22 13:36:24 -04:00
fs_paths.h common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 2021-05-25 19:32:56 -04:00
fs_types.h common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 2021-05-25 19:32:56 -04:00
fs_util.cpp common: fs: fs_util: Move PathToUTF8String to fs_util 2021-06-02 00:26:26 -04:00
fs_util.h common: fs: fs_util: Move PathToUTF8String to fs_util 2021-06-02 00:26:26 -04:00
path_util.cpp common: fs: fs_util: Move PathToUTF8String to fs_util 2021-06-02 00:26:26 -04:00
path_util.h common/fs/path_util: Remove [[nodiscard]] from function with void return 2021-06-08 19:36:09 -04:00