yuzu-fork/src/common/fs
Lioncash 8f32bab4c9 common/file: Remove [[nodiscard]] from Open()
Since this has a void return value, there's nothing that can actually be
used.
2022-02-01 02:19:21 -05: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/file: Remove [[nodiscard]] from Open() 2022-02-01 02:19:21 -05:00
fs.cpp common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile 2021-06-22 15:06:58 -04:00
fs.h common: fs: Add a description of a regular file in IsFile 2021-06-22 15:07:51 -04:00
fs_paths.h config: Move TAS options to it's own menu 2021-09-18 23:22:30 +02: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: Add BufferToUTF8String 2021-07-27 00:02:22 -04:00
fs_util.h common: fs: fs_util: Add BufferToUTF8String 2021-07-27 00:02:22 -04:00
path_util.cpp common/fs/path_util: Slightly refactor PathManagerImpl's constructor 2021-10-11 21:56:25 -04:00
path_util.h input_common/tas: Add swap controller 2021-09-18 23:22:42 +02:00