104 Commits (f66c6fe55424c229728c5dc2e36efe51386a0dd0)

Author SHA1 Message Date
Weiyi Wang 2ff2732a78 only redefine 64 bit file operation for MSVC 8 years ago
Zach Hilman bd8db3f7f8 common_paths: Add Load and Dump dirs 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash c74b7ee204 file_util: Correct return value in early exit of ReadFileToString() 8 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
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
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
wwylele d040a73bed file_util: Log when using local user directory 9 years ago
wwylele 7cd6cc0fd9 file_util: lower logging level for harmless cases 9 years ago
noah the goodra a2d0e2d807 file_util: Fixed implicit type conversion warning (#2503) 9 years ago
wwylele 488b7a4041 file_util: fix missing sysdata path 9 years ago
bunnei 707cc66362 file_util: Remove unused paths. 10 years ago
Jeffrey Pfau fb952c399e Common: Fix gcc build on macOS 9 years ago
freiro 0c22e52f52 WINVER definition moved to CMake and cleanup 9 years ago
freiro 972b289c78 Removed /user/ from path 9 years ago
freiro 79317b63d9 Switch to AppData/Roaming 9 years ago
freiro 3d75e3cd07 Return by value and other fixes 10 years ago
freiro 29bb82cb8e Win32 move default user folder location to AppData 10 years ago
Anthony J. Bentley 26af2b644c common: convert to standard stat()/fstat() interfaces 10 years ago
Jan Beich 51f92f0e4e common: stat64 is non-standard, hide on a random Unix 10 years ago
Yuri Kunde Schlesner f120e78b56 Remove special rules for Windows.h and library includes 10 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 10 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 10 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 10 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 years ago
Emmanuel Gil Peyrot 519e7013be Common: readdir_r() is deprecated, switch to readdir(). 10 years ago