104 Commits (28eaa6c598d06cbdbbba6804736565ceaee9c1f6)

Author SHA1 Message Date
Weiyi Wang bbd5e63bdf only redefine 64 bit file operation for MSVC 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
Lioncash 0cb5150070 file_util: Correct return value in early exit of ReadFileToString() 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
Zach Hilman feb6b2b4a8 Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch 8 years ago
Zach Hilman e7ae26a563 Use SHGetKnownFolderPath instead of SHGetFolderPathA 8 years ago
Zach Hilman 03467b64e3 Extract mbedtls to cpp file 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 5440a4a9d9 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 2684cc586e file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
Lioncash 85ca923ed4 file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 478a19a774 file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 32dde02a89 file_util: Remove redundant duplicate return in GetPathWithoutTop() 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
fearlessTobi 08acefbaab Remove some references to Citra 8 years ago
James Rowe 7af1a786d5 Add configurable logging backends 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Lioncash 22b7e4fcf6 file_util: Make move constructor/assignment operator and related functions noexcept 8 years ago
Lioncash 324ee31fc3 general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash f4cc29c07c common: Move logging macros over to new fmt-capable macros where applicable 8 years ago
James Rowe ea88c44eb8 Format: Run the new clang format on everything 8 years ago
wwylele f1b8adf818 file_util: Log when using local user directory 9 years ago
wwylele 0ca9e1d4b0 file_util: lower logging level for harmless cases 9 years ago
noah the goodra 8477e269c3 file_util: Fixed implicit type conversion warning (#2503) 9 years ago
wwylele 2c0bde2fb7 file_util: fix missing sysdata path 9 years ago
bunnei b2fcbaedf4 file_util: Remove unused paths. 9 years ago
Jeffrey Pfau 12cca651ce Common: Fix gcc build on macOS 9 years ago
freiro 662d907aa7 WINVER definition moved to CMake and cleanup 9 years ago
freiro 0459aadcb5 Removed /user/ from path 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
Anthony J. Bentley f78b6cd433 common: convert to standard stat()/fstat() interfaces 10 years ago
Jan Beich dbc84319b8 common: stat64 is non-standard, hide on a random Unix 9 years ago
Yuri Kunde Schlesner 32bddfa1f5 Remove special rules for Windows.h and library includes 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Emmanuel Gil Peyrot 721bb69d6e Common: readdir_r() is deprecated, switch to readdir(). 9 years ago