index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
common: fs: file: Revert Flush to its previous behavior and add Commit
Morph
2
-3
/
+34
2021-07-06
common: fs: file: Flush the file in GetSize
Morph
1
-0
/
+3
2021-06-22
common: fs: Add a description of a regular file in IsFile
Morph
1
-4
/
+6
2021-06-22
common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile
Morph
4
-9
/
+12
2021-06-22
common: fs: file: Remove [[nodiscard]] attribute from Flush
Morph
1
-2
/
+2
2021-06-22
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
1
-8
/
+8
2021-06-16
common: fs: file: Remove redundant call to WriteStringToFile
Morph
2
-6
/
+1
2021-06-13
common: fs: file: Flush the file to the disk when Flush() is called
Morph
1
-1
/
+5
2021-06-12
common: fs: Use the normal directory iterator in *Recursively functions
Morph
1
-2
/
+16
2021-06-09
common/fs/path_util: Remove [[nodiscard]] from function with void return
Lioncash
1
-1
/
+1
2021-06-02
common: fs: fs_util: Move PathToUTF8String to fs_util
Morph
4
-15
/
+14
2021-06-02
common: fs: fs_util: Add more string conversion functions
Morph
2
-0
/
+33
2021-05-28
common/fs/file: Explicitly delete copy constructors
Lioncash
1
-1
/
+4
2021-05-28
common/fs/file: Devirtualize destructor
Lioncash
1
-1
/
+1
2021-05-28
common/fs/file: Default initialize IOFile members
Lioncash
1
-2
/
+2
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
10
-0
/
+2913