76 Commits (6ecae2e559b07dc55af3d0657d9de67fbf0ee72f)

Author SHA1 Message Date
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 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
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 7 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 7 years ago
Lioncash 30c608d046 file_util: Avoid sign-conversions in WriteArray() and ReadArray() 7 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. 9 years ago
freiro f25ecd351d Switch to AppData/Roaming 9 years ago
freiro a3d3f96af9 Return by value and other fixes 9 years ago
freiro 92977a28a8 Win32 move default user folder location to AppData 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 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 10 years ago
Emmanuel Gil Peyrot c39a267974 VideoCore: Run include-what-you-use and fix most includes. 10 years ago
LittleWhite c803d5a682 Protect use of std::is_trivially_copyable to compile with GCC 4.9 10 years ago
Lioncash 9b38494bcd file_util: In-class initialize data members 10 years ago
Lioncash 6c42d6bce9 file_util: const qualify IOFile's Tell and GetSize functions 10 years ago
Lioncash dc210b6498 file_util: Don't expose IOFile internals through the API 10 years ago
Lioncash d83fc0b4fd file_util: Check for is_trivially_copyable 10 years ago
Lioncash d1778d9220 file_util: Make IOFile data members private 10 years ago
MerryMage 1d61185821 FileUtil: Missing #include, Add const to IOFile methods 10 years ago
archshift 6e66a1244e Refactor ScanDirectoryTreeAndCallback to separate errors and retvals 10 years ago
archshift 7b96bd3136 Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior 10 years ago
darkf 8d212ff881 Fix building under MinGW 11 years ago