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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add std::error_code for std::filesystem exceptions
Squall-Leonhart
2023-09-14
1
-6
/
+9
*
add a compile time option to allow disabling portable mode
xcfrg
2023-09-07
1
-2
/
+4
*
android: Fix size check for content uris
Charles Lombardo
2023-06-27
1
-0
/
+6
*
vfs_real: misc optimizations
Liam
2023-06-16
2
-5
/
+5
*
android: fs: Fix Exists / IsFile for SAF.
bunnei
2023-06-16
2
-1
/
+31
*
service: nfc: Add backup support
german77
2023-06-07
3
-0
/
+3
*
android: Implement SAF support & migrate to SDK 31. (#4)
bunnei
2023-06-03
5
-9
/
+228
*
common: fs: Implement for Android.
bunnei
2023-06-03
1
-0
/
+7
*
general: fix compile for Apple Clang
Liam
2022-11-23
3
-0
/
+4
*
concepts: Use the std::contiguous_iterator concept
Morph
2022-10-26
1
-6
/
+6
*
path_util: Resolve `-Wpointer-bool-conversion` warning
lat9nq
2022-05-27
1
-3
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
10
-30
/
+20
*
general: Fix clang/gcc build errors
ameerj
2022-03-20
2
-0
/
+3
*
common: Reduce unused includes
ameerj
2022-03-19
5
-8
/
+0
*
common: fs_util: Add buffer to string view utility functions
Morph
2022-02-14
2
-0
/
+26
*
common/file: Remove [[nodiscard]] from Open()
Lioncash
2022-02-01
1
-3
/
+2
*
common/fs/path_util: Slightly refactor PathManagerImpl's constructor
Creak
2021-10-12
1
-12
/
+15
*
input_common/tas: Add swap controller
german77
2021-09-18
1
-1
/
+1
*
config: Move TAS options to it's own menu
german77
2021-09-18
3
-4
/
+3
*
core: Hacky TAS syncing & load pausing
MonsterDruide1
2021-09-18
2
-2
/
+2
*
settings: File selector & other settings
MonsterDruide1
2021-09-18
2
-0
/
+4
*
common: fs: fs_util: Add BufferToUTF8String
Morph
2021-07-27
2
-0
/
+15
*
common: fs: file: Revert Flush to its previous behavior and add Commit
Morph
2021-07-06
2
-3
/
+34
*
common: fs: file: Flush the file in GetSize
Morph
2021-07-06
1
-0
/
+3
*
common: fs: Add a description of a regular file in IsFile
Morph
2021-06-22
1
-4
/
+6
*
common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile
Morph
2021-06-22
4
-9
/
+12
*
common: fs: file: Remove [[nodiscard]] attribute from Flush
Morph
2021-06-22
1
-2
/
+2
*
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
2021-06-22
1
-8
/
+8
*
Merge pull request #6460 from Morph1984/fs-access-log-fix
Morph
2021-06-16
2
-6
/
+1
|
\
|
*
common: fs: file: Remove redundant call to WriteStringToFile
Morph
2021-06-16
2
-6
/
+1
*
|
Merge pull request #6462 from Morph1984/proper-flush
bunnei
2021-06-16
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
common: fs: file: Flush the file to the disk when Flush() is called
Morph
2021-06-13
1
-1
/
+5
*
|
common: fs: Use the normal directory iterator in *Recursively functions
Morph
2021-06-12
1
-2
/
+16
|
/
*
common/fs/path_util: Remove [[nodiscard]] from function with void return
Lioncash
2021-06-09
1
-1
/
+1
*
common: fs: fs_util: Move PathToUTF8String to fs_util
Morph
2021-06-02
4
-15
/
+14
*
common: fs: fs_util: Add more string conversion functions
Morph
2021-06-02
2
-0
/
+33
*
common/fs/file: Explicitly delete copy constructors
Lioncash
2021-05-28
1
-1
/
+4
*
common/fs/file: Devirtualize destructor
Lioncash
2021-05-28
1
-1
/
+1
*
common/fs/file: Default initialize IOFile members
Lioncash
2021-05-28
1
-2
/
+2
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
10
-0
/
+2913