index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
common
/
fs
Age
Commit message (
Expand
)
Author
2024-02-08
common: fs: Expand android macros
t895
2024-01-20
fs/file: Explicitly convert std::u8string to std::filesystem::path
Merry
2023-12-17
path_util: copy output for GetParentPath
Liam
2023-12-05
Improve path splitting speed
BreadFish64
2023-10-30
android: Fix resolving android URIs in native code
Charles Lombardo
2023-10-29
Merge pull request #11689 from liamwhite/breakpad
liamwhite
2023-10-08
Merge pull request #11705 from FearlessTobi/windows-sc
liamwhite
2023-10-08
Merge pull request #10519 from mdmrk/master
liamwhite
2023-10-08
qt: implement automatic crash dump support
Liam
2023-10-07
yuzu: Add desktop shortcut support for Windows
FearlessTobi
2023-09-15
add std::error_code for std::filesystem exceptions
Squall-Leonhart
2023-09-06
add a compile time option to allow disabling portable mode
xcfrg
2023-08-26
yuzu-qt: Track play time
Mario
2023-06-26
android: Fix size check for content uris
Charles Lombardo
2023-06-16
vfs_real: misc optimizations
Liam
2023-06-15
android: fs: Fix Exists / IsFile for SAF.
bunnei
2023-06-06
service: nfc: Add backup support
german77
2023-06-03
android: Implement SAF support & migrate to SDK 31. (#4)
bunnei
2023-06-03
common: fs: Implement for Android.
bunnei
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-26
concepts: Use the std::contiguous_iterator concept
Morph
2022-05-26
path_util: Resolve `-Wpointer-bool-conversion` warning
lat9nq
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2022-02-13
common: fs_util: Add buffer to string view utility functions
Morph
2022-02-01
common/file: Remove [[nodiscard]] from Open()
Lioncash
2021-10-11
common/fs/path_util: Slightly refactor PathManagerImpl's constructor
Creak
2021-09-18
input_common/tas: Add swap controller
german77
2021-09-18
config: Move TAS options to it's own menu
german77
2021-09-18
core: Hacky TAS syncing & load pausing
MonsterDruide1
2021-09-18
settings: File selector & other settings
MonsterDruide1
2021-07-27
common: fs: fs_util: Add BufferToUTF8String
Morph
2021-07-06
common: fs: file: Revert Flush to its previous behavior and add Commit
Morph
2021-07-06
common: fs: file: Flush the file in GetSize
Morph
2021-06-22
common: fs: Add a description of a regular file in IsFile
Morph
2021-06-22
common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile
Morph
2021-06-22
common: fs: file: Remove [[nodiscard]] attribute from Flush
Morph
2021-06-22
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
2021-06-16
Merge pull request #6460 from Morph1984/fs-access-log-fix
Morph
2021-06-16
common: fs: file: Remove redundant call to WriteStringToFile
Morph
2021-06-15
Merge pull request #6462 from Morph1984/proper-flush
bunnei
2021-06-13
common: fs: file: Flush the file to the disk when Flush() is called
Morph
2021-06-12
common: fs: Use the normal directory iterator in *Recursively functions
Morph
2021-06-08
common/fs/path_util: Remove [[nodiscard]] from function with void return
Lioncash
2021-06-02
common: fs: fs_util: Move PathToUTF8String to fs_util
Morph
2021-06-02
common: fs: fs_util: Add more string conversion functions
Morph
2021-05-28
common/fs/file: Explicitly delete copy constructors
Lioncash
2021-05-28
common/fs/file: Devirtualize destructor
Lioncash
2021-05-28
common/fs/file: Default initialize IOFile members
Lioncash
[next]