summaryrefslogtreecommitdiffstats
path: root/src/common/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-08common: fs: Expand android macrost8952-134/+91
2024-01-20fs/file: Explicitly convert std::u8string to std::filesystem::pathMerry1-1/+1
2023-12-17path_util: copy output for GetParentPathLiam2-4/+4
2023-12-06Improve path splitting speedBreadFish642-11/+33
2023-10-30android: Fix resolving android URIs in native codeCharles Lombardo3-0/+58
2023-10-27We dont need thatboludoz1-15/+19
2023-10-17More @liamwhite suggestions applied.boludoz1-9/+3
2023-10-16Sugestions and fixes.boludoz1-2/+2
2023-10-16Some improvements (suggestions)boludoz1-8/+2
2023-10-16Less code, simpler, better.boludoz2-80/+1
2023-10-16Typing and formatting errors fixed.boludoz3-31/+29
2023-10-15Unnecessary feature removedboludoz2-84/+1
2023-10-15Fixes and improvementsboludoz1-8/+27
2023-10-15Improved shortcut: add games in applist for Windows, question for start game at fullscreen & better unicode support for some Windows path funcs.boludoz4-15/+168
2023-10-08qt: implement automatic crash dump supportLiam3-0/+3
2023-10-08yuzu: Add desktop shortcut support for WindowsFearlessTobi3-0/+3
2023-09-14add std::error_code for std::filesystem exceptionsSquall-Leonhart1-6/+9
2023-09-07add a compile time option to allow disabling portable modexcfrg1-2/+4
2023-08-27yuzu-qt: Track play timeMario3-0/+3
2023-06-27android: Fix size check for content urisCharles Lombardo1-0/+6
2023-06-16vfs_real: misc optimizationsLiam2-5/+5
2023-06-16android: fs: Fix Exists / IsFile for SAF.bunnei2-1/+31
2023-06-07service: nfc: Add backup supportgerman773-0/+3
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei5-9/+228
2023-06-03common: fs: Implement for Android.bunnei1-0/+7
2022-11-23general: fix compile for Apple ClangLiam3-0/+4
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph1-6/+6
2022-05-27path_util: Resolve `-Wpointer-bool-conversion` warninglat9nq1-3/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph10-30/+20
2022-03-20general: Fix clang/gcc build errorsameerj2-0/+3
2022-03-19common: Reduce unused includesameerj5-8/+0
2022-02-14common: fs_util: Add buffer to string view utility functionsMorph2-0/+26
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash1-3/+2
2021-10-12common/fs/path_util: Slightly refactor PathManagerImpl's constructorCreak1-12/+15
2021-09-18input_common/tas: Add swap controllergerman771-1/+1
2021-09-18config: Move TAS options to it's own menugerman773-4/+3
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide12-2/+2
2021-09-18settings: File selector & other settingsMonsterDruide12-0/+4
2021-07-27common: fs: fs_util: Add BufferToUTF8StringMorph2-0/+15
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph2-3/+34
2021-07-06common: fs: file: Flush the file in GetSizeMorph1-0/+3
2021-06-22common: fs: Add a description of a regular file in IsFileMorph1-4/+6
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph4-9/+12
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph1-2/+2
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph1-8/+8
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph2-6/+1
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph1-1/+5
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph1-2/+16
2021-06-09common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash1-1/+1
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph4-15/+14
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph2-0/+33
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash1-1/+4
2021-05-28common/fs/file: Devirtualize destructorLioncash1-1/+1
2021-05-28common/fs/file: Default initialize IOFile membersLioncash1-2/+2
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph10-0/+2913