summaryrefslogtreecommitdiff
path: root/src/common/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-30android: Fix resolving android URIs in native codeGravatar Charles Lombardo3-0/+58
2023-10-27We dont need thatGravatar boludoz1-15/+19
2023-10-16More @liamwhite suggestions applied.Gravatar boludoz1-9/+3
2023-10-16Sugestions and fixes.Gravatar boludoz1-2/+2
2023-10-16Some improvements (suggestions)Gravatar boludoz1-8/+2
2023-10-15Less code, simpler, better.Gravatar boludoz2-80/+1
2023-10-15Typing and formatting errors fixed.Gravatar boludoz3-31/+29
2023-10-15Unnecessary feature removedGravatar boludoz2-84/+1
2023-10-15Fixes and improvementsGravatar boludoz1-8/+27
2023-10-15Improved shortcut: add games in applist for Windows, question for start game ...Gravatar boludoz4-15/+168
2023-10-08qt: implement automatic crash dump supportGravatar Liam3-0/+3
2023-10-07yuzu: Add desktop shortcut support for WindowsGravatar FearlessTobi3-0/+3
2023-09-15add std::error_code for std::filesystem exceptionsGravatar Squall-Leonhart1-6/+9
2023-09-06add a compile time option to allow disabling portable modeGravatar xcfrg1-2/+4
2023-08-26yuzu-qt: Track play timeGravatar Mario3-0/+3
2023-06-26android: Fix size check for content urisGravatar Charles Lombardo1-0/+6
2023-06-16vfs_real: misc optimizationsGravatar Liam2-5/+5
2023-06-15android: fs: Fix Exists / IsFile for SAF.Gravatar bunnei2-1/+31
2023-06-06service: nfc: Add backup supportGravatar german773-0/+3
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)Gravatar bunnei5-9/+228
2023-06-03common: fs: Implement for Android.Gravatar bunnei1-0/+7
2022-11-22general: fix compile for Apple ClangGravatar Liam3-0/+4
2022-10-26concepts: Use the std::contiguous_iterator conceptGravatar Morph1-6/+6
2022-05-26path_util: Resolve `-Wpointer-bool-conversion` warningGravatar lat9nq1-3/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph10-30/+20
2022-03-20general: Fix clang/gcc build errorsGravatar ameerj2-0/+3
2022-03-19common: Reduce unused includesGravatar ameerj5-8/+0
2022-02-13common: fs_util: Add buffer to string view utility functionsGravatar Morph2-0/+26
2022-02-01common/file: Remove [[nodiscard]] from Open()Gravatar Lioncash1-3/+2
2021-10-11common/fs/path_util: Slightly refactor PathManagerImpl's constructorGravatar Creak1-12/+15
2021-09-18input_common/tas: Add swap controllerGravatar german771-1/+1
2021-09-18config: Move TAS options to it's own menuGravatar german773-4/+3
2021-09-18core: Hacky TAS syncing & load pausingGravatar MonsterDruide12-2/+2
2021-09-18settings: File selector & other settingsGravatar MonsterDruide12-0/+4
2021-07-27common: fs: fs_util: Add BufferToUTF8StringGravatar Morph2-0/+15
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph2-3/+34
2021-07-06common: fs: file: Flush the file in GetSizeGravatar Morph1-0/+3
2021-06-22common: fs: Add a description of a regular file in IsFileGravatar Morph1-4/+6
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph4-9/+12
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph1-2/+2
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph1-8/+8
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2-6/+1
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph1-1/+5
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph1-2/+16
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnGravatar Lioncash1-1/+1
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilGravatar Morph4-15/+14
2021-06-02common: fs: fs_util: Add more string conversion functionsGravatar Morph2-0/+33
2021-05-28common/fs/file: Explicitly delete copy constructorsGravatar Lioncash1-1/+4
2021-05-28common/fs/file: Devirtualize destructorGravatar Lioncash1-1/+1
2021-05-28common/fs/file: Default initialize IOFile membersGravatar Lioncash1-2/+2