70 Commits (a0b5ed6846eb218345da1d87410cddbfb43bc3ab)

Author SHA1 Message Date
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
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 11 years ago
archshift 7b96bd3136 Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior 11 years ago
darkf 8d212ff881 Fix building under MinGW 11 years ago
Emmanuel Gil Peyrot fcdc8118eb Common: Remove the unused and commented GetThemeDir prototype from FileUtil. 11 years ago
Tony Wasserka 279e19732c FileUtil: Add a WriteObject method for writing a single, POD-type object. 11 years ago
Emmanuel Gil Peyrot 8cf9eb7f43 Common: Fix FileUtil includes, and everything relying on those. 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Subv 71a063f45c Archives: Changed the way paths are built for the archives. 11 years ago
Subv 3bc9f5509b Archives: Change the folder layout of some archives. 11 years ago