aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/fs
AgeCommit message (Expand)Author
2024-02-08common: fs: Expand android macrost895
2024-01-20fs/file: Explicitly convert std::u8string to std::filesystem::pathMerry
2023-12-17path_util: copy output for GetParentPathLiam
2023-12-05Improve path splitting speedBreadFish64
2023-10-30android: Fix resolving android URIs in native codeCharles Lombardo
2023-10-29Merge pull request #11689 from liamwhite/breakpadliamwhite
2023-10-08Merge pull request #11705 from FearlessTobi/windows-scliamwhite
2023-10-08Merge pull request #10519 from mdmrk/masterliamwhite
2023-10-08qt: implement automatic crash dump supportLiam
2023-10-07yuzu: Add desktop shortcut support for WindowsFearlessTobi
2023-09-15add std::error_code for std::filesystem exceptionsSquall-Leonhart
2023-09-06add a compile time option to allow disabling portable modexcfrg
2023-08-26yuzu-qt: Track play timeMario
2023-06-26android: Fix size check for content urisCharles Lombardo
2023-06-16vfs_real: misc optimizationsLiam
2023-06-15android: fs: Fix Exists / IsFile for SAF.bunnei
2023-06-06service: nfc: Add backup supportgerman77
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei
2023-06-03common: fs: Implement for Android.bunnei
2022-11-22general: fix compile for Apple ClangLiam
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph
2022-05-26path_util: Resolve `-Wpointer-bool-conversion` warninglat9nq
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-02-13common: fs_util: Add buffer to string view utility functionsMorph
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash
2021-10-11common/fs/path_util: Slightly refactor PathManagerImpl's constructorCreak
2021-09-18input_common/tas: Add swap controllergerman77
2021-09-18config: Move TAS options to it's own menugerman77
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide1
2021-09-18settings: File selector & other settingsMonsterDruide1
2021-07-27common: fs: fs_util: Add BufferToUTF8StringMorph
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-07-06common: fs: file: Flush the file in GetSizeMorph
2021-06-22common: fs: Add a description of a regular file in IsFileMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-16Merge pull request #6460 from Morph1984/fs-access-log-fixMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-06-15Merge pull request #6462 from Morph1984/proper-flushbunnei
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash
2021-05-28common/fs/file: Devirtualize destructorLioncash
2021-05-28common/fs/file: Default initialize IOFile membersLioncash