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
/
file.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: Implement SAF support & migrate to SDK 31. (#4)
bunnei
2023-06-03
1
-0
/
+38
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-0
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
general: Fix clang/gcc build errors
ameerj
2022-03-20
1
-0
/
+1
*
common: Reduce unused includes
ameerj
2022-03-19
1
-2
/
+0
*
common: fs: file: Revert Flush to its previous behavior and add Commit
Morph
2021-07-06
1
-2
/
+24
*
common: fs: file: Flush the file in GetSize
Morph
2021-07-06
1
-0
/
+3
*
common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile
Morph
2021-06-22
1
-2
/
+2
*
Merge pull request #6460 from Morph1984/fs-access-log-fix
Morph
2021-06-16
1
-4
/
+0
|
\
|
*
common: fs: file: Remove redundant call to WriteStringToFile
Morph
2021-06-16
1
-4
/
+0
*
|
common: fs: file: Flush the file to the disk when Flush() is called
Morph
2021-06-13
1
-1
/
+5
|
/
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-0
/
+392