128 Commits (07b5c70975de54f1caaf0c0a10c27847a3c2b4a3)

Author SHA1 Message Date
Morph 07b5c70975 Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" 5 years ago
Morph 4b2d4ac412 Revert "Merge pull request #5179 from ReinUsesLisp/fs-path" 5 years ago
Morph 1992dbc3cf Revert "Merge pull request #5181 from Morph1984/5174-review" 5 years ago
Morph c71f111bb0 common/file_util: Simplify the behavior of CreateFullPath 5 years ago
ReinUsesLisp eff4da93e1 common/file_util: Let std::filesystem cast from UTF16 to std::string 5 years ago
ReinUsesLisp 443d8d3a23 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 5 years ago
ReinUsesLisp 74e078db55 common/file_util: Succeed on CreateDir when the directory exists 5 years ago
Lioncash 3b79d189d3 file_util: Migrate remaining file handling functions over to std::filesystem 5 years ago
Lioncash df7cf1df19 file_util: Migrate Exists() and IsDirectory() over to std::filesystem 5 years ago
Lioncash 38ffaef6eb common: Enable warnings as errors 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash a67c91f9dd common: Silence two discarded result warnings 5 years ago
lat9nq 11fb3d5d12 common: Add a screenshots directory 6 years ago
Lioncash 77b0e8a37d file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Ben Russell 7d2d0ee1a3 common/file_util: Allow access to files on network shares 6 years ago
Vitor K 41ea723cba common: Port some changes from dolphin (#5127) 6 years ago
ReinUsesLisp 7b9f6e5764 common/file_util: Silence -Wswitch 6 years ago
Lioncash 4b35863a18 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 7 years ago
Lioncash 40b76cdcd2 common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 997f43bdf8 common/file_util: Remove duplicated documentation comments 7 years ago
Lioncash 44c3616ff7 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago
ReinUsesLisp f75174d195 file_util: Add shader directory 7 years ago
Weiyi Wang bbd5e63bdf only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman 2f2bd3b952 common_paths: Add Load and Dump dirs 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 0cb5150070 file_util: Correct return value in early exit of ReadFileToString() 7 years ago
Zach Hilman 54ef430e85 file_util: Add getter for NAND registration directory 7 years ago
Zach Hilman b43d01f09b file_util: Use enum instead of bool for specifing path behavior 8 years ago
Zach Hilman 944f8b80d8 file_util: Add platform-specific slash option to SanitizePath 8 years ago
Zach Hilman feb6b2b4a8 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 8 years ago
Zach Hilman e7ae26a563 Use SHGetKnownFolderPath instead of SHGetFolderPathA 8 years ago
Zach Hilman 03467b64e3 Extract mbedtls to cpp file 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Zach Hilman bd410ce242 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 5440a4a9d9 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 2684cc586e file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
Lioncash 85ca923ed4 file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 478a19a774 file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 32dde02a89 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash ba015f825f file_util: return string by const reference for GetExeDirectory() 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
fearlessTobi 08acefbaab Remove some references to Citra 8 years ago
James Rowe 7af1a786d5 Add configurable logging backends 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Lioncash 22b7e4fcf6 file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago