126 Commits (ac3ec5ed132a8d8b63c4e95205521addb90fdd0f)

Author SHA1 Message Date
Morph ac3ec5ed13 Revert "Merge pull request #5181 from Morph1984/5174-review" 5 years ago
Morph ec8548b414 common/file_util: Simplify the behavior of CreateFullPath 5 years ago
ReinUsesLisp bab9cae71f common/file_util: Let std::filesystem cast from UTF16 to std::string 5 years ago
ReinUsesLisp 5329834376 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 5 years ago
ReinUsesLisp 52f13f2339 common/file_util: Succeed on CreateDir when the directory exists 5 years ago
Lioncash 20aad9e01a file_util: Migrate remaining file handling functions over to std::filesystem 5 years ago
Lioncash 0e54aa17e6 file_util: Migrate Exists() and IsDirectory() over to std::filesystem 5 years ago
Lioncash 4a4b685a04 common: Enable warnings as errors 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash d09456fc41 common: Silence two discarded result warnings 5 years ago
lat9nq 3848155c42 common: Add a screenshots directory 6 years ago
Lioncash e77337588e file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Ben Russell f98a2c42de
common/file_util: Allow access to files on network shares 6 years ago
Vitor K bd0c56c6e7 common: Port some changes from dolphin (#5127) 6 years ago
ReinUsesLisp f4417eab8f common/file_util: Silence -Wswitch 6 years ago
Lioncash e7ab0e9127 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 7 years ago
Lioncash 11e9bee91d common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 943f6da1ac common/file_util: Remove duplicated documentation comments 7 years ago
Lioncash 2b1fcc8a14 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago
ReinUsesLisp 84412591c9 file_util: Add shader directory 7 years ago
Weiyi Wang 2ff2732a78 only redefine 64 bit file operation for MSVC 7 years ago
Zach Hilman bd8db3f7f8 common_paths: Add Load and Dump dirs 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash c74b7ee204 file_util: Correct return value in early exit of ReadFileToString() 7 years ago
Zach Hilman b70a831608 file_util: Add getter for NAND registration directory 7 years ago
Zach Hilman 2b6128fe0b file_util: Use enum instead of bool for specifing path behavior 7 years ago
Zach Hilman 3f82dad1e4 file_util: Add platform-specific slash option to SanitizePath 8 years ago
Zach Hilman 150527ec19 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 8 years ago
Zach Hilman cc8234fa89 Use SHGetKnownFolderPath instead of SHGetFolderPathA 8 years ago
Zach Hilman 22342487e8 Extract mbedtls to cpp file 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Zach Hilman 59cb258409 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash c5de0a67a8 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 964154ce44 file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 34d6a1349c file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 41660c8923 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash 63e64f0131 file_util: return string by const reference for GetExeDirectory() 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
fearlessTobi c9aadff9a9 Remove some references to Citra 8 years ago
James Rowe 6269a01b4e Add configurable logging backends 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Lioncash e8bbafb746
file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 8475496630
general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash 3cfe77ae75
common: Move logging macros over to new fmt-capable macros where applicable 8 years ago