72 Commits (324ee31fc313ab7b02ebb5c9cc980758b4891925)

Author SHA1 Message Date
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
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
wwylele 1656473b42 fix driver root identification on Windows 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
LFsWang 26fb25e106 remove debug code 10 years ago
LFsWang 04990e5614 fix unicode url problem on windows 10 years ago
LFsWang 9ad1f457de Fix encode problem On Windows 10 years ago
Subv 155cba90f3 DiskDirectory: Initialize the directory member with valid info. 10 years ago
LFsWang d8d9d5d916 Add missing return values in ForeachDirectoryEntry 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
Lioncash 08147474cb general: Silence some warnings when using clang 10 years ago
Emmanuel Gil Peyrot 8cf9eb7f43 Common: Fix FileUtil includes, and everything relying on those. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 11 years ago
Yuri Kunde Schlesner f3c096951b Common: Move IO-specific compatibility macros to file_util.cpp 11 years ago
Yuri Kunde Schlesner bf12f270b3 Common: Remove many unnecessary cross-platform compatibility macros 11 years ago
Emmanuel Gil Peyrot 129ad721c1 Common: Switch to the XDG Base Directory Specification for directory selection. 11 years ago
Emmanuel Gil Peyrot 54d6f6c82b Common: Change names containing “Dolphin” or “PPSSPP” to something more generic. 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
Subv aade417b14 Archives: Reduced duplicate code in RomFS and SaveCheck. 11 years ago
Subv 2c89d4d5cd Archives: Implemented ExtSaveData and SharedExtSaveData 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Subv bec527fa24 SaveData: Implemented the SystemSaveData archive. 11 years ago
Subv ea9ce0fba7 Filesystem/Archives: Implemented the SaveData archive 11 years ago