86 Commits (be739f5597dd4fc91cfbb97b23a01ad24fe3c9bc)

Author SHA1 Message Date
Morph 944c66a1c4 Revert "Merge pull request #5173 from lioncash/common-fs" 5 years ago
Morph 07b5c70975 Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" 5 years ago
ReinUsesLisp 443d8d3a23 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 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 0525232875 General: Make ignoring a discarded return value an error 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 6 years ago
Lioncash 18636013c9 core: Fix clang build 6 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 6 years ago
Lioncash 2ef7815422 common: Make use of [[nodiscard]] where applicable 6 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
Lioncash 40b76cdcd2 common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 44c3616ff7 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago
Lioncash 9daa7baef7 common/file_util: Remove unnecessary c_str() calls 7 years ago
Lioncash e71ba6388a common/file_util: Make IOFile's WriteString take a std::string_view 7 years ago
ReinUsesLisp f75174d195 file_util: Add shader directory 7 years ago
Weiyi Wang 82389b903b string_util: remove TString conversion for windows 8 years ago
Zach Hilman 2f2bd3b952 common_paths: Add Load and Dump dirs 8 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Zach Hilman 54ef430e85 file_util: Add getter for NAND registration directory 8 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
Lioncash 6b1e9244c0 common: Convert type traits templates over to variable template versions where applicable 8 years ago
Lioncash 30c608d046 file_util: Avoid sign-conversions in WriteArray() and ReadArray() 8 years ago
Zach Hilman feb6b2b4a8 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 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 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 85ca923ed4 file_util: Use an enum class for GetUserPath() 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
James Rowe 7af1a786d5 Add configurable logging backends 8 years ago
Lioncash 22b7e4fcf6 file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 1c77c732e6 file_util: Add static assertions to ReadBytes() and WriteBytes() 8 years ago
Lioncash 5155b90870 file_util: Remove compiler version checks around is_trivially_copyable() 8 years ago
N00byKing 770ee77982 file_util.h: Update Comment from citra to yuzu 8 years ago
James Rowe ea88c44eb8 Format: Run the new clang format on everything 8 years ago
bunnei b2fcbaedf4 file_util: Remove unused paths. 10 years ago
freiro f25ecd351d Switch to AppData/Roaming 9 years ago
freiro a3d3f96af9 Return by value and other fixes 10 years ago
freiro 92977a28a8 Win32 move default user folder location to AppData 10 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 10 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 10 years ago
Yuri Kunde Schlesner 8e468474ab Fix recursive scanning of directories 10 years ago
Emmanuel Gil Peyrot 97e8c6c845 Common: Make recursive FileUtil functions take a maximum recursion 11 years ago
Emmanuel Gil Peyrot c39a267974 VideoCore: Run include-what-you-use and fix most includes. 10 years ago