86 Commits (bea6fca9a1ea2adf6950518458c5b69892e0c9a2)

Author SHA1 Message Date
Morph 4de079b256 Revert "Merge pull request #5173 from lioncash/common-fs" 5 years ago
Morph 8941cdb7d2 Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" 5 years ago
ReinUsesLisp 5329834376 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 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 26547d3e3b General: Make ignoring a discarded return value an error 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash df72480395 common: Make use of [[nodiscard]] where applicable 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
Lioncash 11e9bee91d common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 2b1fcc8a14 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago
Lioncash e3b2539986 common/file_util: Remove unnecessary c_str() calls 7 years ago
Lioncash 8cd3d9be26 common/file_util: Make IOFile's WriteString take a std::string_view 7 years ago
ReinUsesLisp 84412591c9 file_util: Add shader directory 7 years ago
Weiyi Wang bfe84f06f2 string_util: remove TString conversion for windows 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
Zach Hilman b70a831608 file_util: Add getter for NAND registration directory 8 years ago
Zach Hilman 2b6128fe0b file_util: Use enum instead of bool for specifing path behavior 8 years ago
Zach Hilman 3f82dad1e4 file_util: Add platform-specific slash option to SanitizePath 8 years ago
Lioncash a7d6efc520 common: Convert type traits templates over to variable template versions where applicable 8 years ago
Lioncash 0735a0c8a1 file_util: Avoid sign-conversions in WriteArray() and ReadArray() 8 years ago
Zach Hilman 150527ec19 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 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 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 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
James Rowe 6269a01b4e Add configurable logging backends 8 years ago
Lioncash e8bbafb746
file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 40d2dcabd7
file_util: Add static assertions to ReadBytes() and WriteBytes() 8 years ago
Lioncash 5d9ee12b1a
file_util: Remove compiler version checks around is_trivially_copyable() 8 years ago
N00byKing 75da830c13
file_util.h: Update Comment from citra to yuzu 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
bunnei 707cc66362 file_util: Remove unused paths. 9 years ago
freiro 79317b63d9 Switch to AppData/Roaming 9 years ago
freiro 3d75e3cd07 Return by value and other fixes 9 years ago
freiro 29bb82cb8e Win32 move default user folder location to AppData 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Yuri Kunde Schlesner d6792632f0 Fix recursive scanning of directories 10 years ago
Emmanuel Gil Peyrot 8ab6f26c09 Common: Make recursive FileUtil functions take a maximum recursion 10 years ago
Emmanuel Gil Peyrot 691a42fe98 VideoCore: Run include-what-you-use and fix most includes. 10 years ago