summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2022-07-11Core: In deterministic mode, build SD cards with a consistent filename order ...Admiral H. Curtiss
2022-07-11Common: Change default path for Wii SD cards to not be inside the Wii NAND.Admiral H. Curtiss
2022-07-11Core: If configured, sync SD card image with SD card folder on emulation star...Admiral H. Curtiss
2022-07-11Config and UICommon: Add config option and user path for Wii SD card sync fol...Admiral H. Curtiss
2022-07-11Treewide: Rename references to SD Card image path to clarify they mean the im...Admiral H. Curtiss
2022-07-11Externals/FatFs: Build as part of Dolphin.Admiral H. Curtiss
2022-07-11Merge pull request #10825 from Rudolchr/fix_build_with_libfmt-9Admiral H. Curtiss
2022-07-11Merge pull request #10831 from sepalani/BBA-cleanupAdmiral H. Curtiss
2022-07-10Common: Fix CountTrailingZeros for weird compilersTellowKrinkle
2022-07-10Merge pull request #10807 from merryhime/LogicalImmJMC47
2022-07-10Arm64Emitter: Simplify LogicalImm furtherMerry
2022-07-10BitUtils: Implement CountTrailingZerosMerry
2022-07-10Common/Network: Update IP checksum since total_len might have changedSepalani
2022-07-10Common/Network: Make Build() methods constSepalani
2022-07-10Common/Network: Remove unused offset variablesSepalani
2022-07-10Common/Network: Remove unnecessary size checksSepalani
2022-07-10Common/Network: Add InsertObj helperSepalani
2022-07-10Common/Network: Ensure offsetof is validSepalani
2022-07-10Common/Network: Use member initializer listSepalani
2022-07-10Common/Network: Remove unused constructorsSepalani
2022-07-09Merge pull request #10690 from schthack/BBA-taplessAdmiral H. Curtiss
2022-07-09Refactoring of the code to match dolphin styleschthack
2022-07-09Add a check for libfmt version so that in case libfmt-9 is used the function ...Christopher Rudolph
2022-07-07Arm64Emitter: Simplify LogicalImm logicMerry
2022-07-05FileUtil: Only attempt to write to the destination in Copy if there is actual...OatmealDome
2022-07-02BBA: Added BuiltIn device that allow BBA emulation without the need of a TapD...schthack
2022-07-02Merge pull request #10624 from Minty-Meeo/resolve-gcc-warningsJosJuice
2022-07-02Merge pull request #10803 from Zopolis4/clangingaroundJMC47
2022-06-30Resolve GCC WarningsMinty-Meeo
2022-06-28Merge pull request #10518 from iwubcode/draw-modJMC47
2022-06-27Merge pull request #10700 from sepalani/ssl-handshakeJMC47
2022-06-26Core: add GraphicsMod directoryiwubcode
2022-06-24Removed unused variable MAX_MSGLEN in LogManager.cppZopolis4
2022-06-22windows: detect and warn if running x64 dolphin on arm64Shawn Hoffman
2022-06-13Merge pull request #10587 from AdmiralCurtiss/memcard-path-unifyJMC47
2022-06-13Common: replace std::aligned_storage_t with alignasTillmann Karras
2022-06-08NetworkCaptureLogger: Move ErrorState struct to Common/NetworkSepalani
2022-06-06Merge pull request #10462 from OatmealDome/steam-runtimeJMC47
2022-06-06CMake: rename minizip to minizip-ngTillmann Karras
2022-06-05Common/StringUtil: Add convenience function for converting paths to use forwa...Admiral H. Curtiss
2022-06-02Merge pull request #10714 from OatmealDome/macos-mojave-bumpMai M
2022-06-01MemoryUtil: Remove __builtin_available for macOS 10.14OatmealDome
2022-05-31FileUtil: Refactor CreateSysDirectoryPath()Dentomologist
2022-05-31FileUtil: Remove GetSysDirectory log spamDentomologist
2022-05-31Android: Ensure File::s_android_sys_directory is set only onceDentomologist
2022-05-29GLX: Guard against redefinition of PFNGLXSWAPINTERVALEXTPROCOatmealDome
2022-05-25Convert PointerWrap::Mode to enum classDentomologist
2022-05-25Common: Refactor PointerWrapDentomologist
2022-05-23Common/Network: Use std::array in IPv4Header.Admiral H. Curtiss
2022-05-22Merge pull request #8067 from endrift/hspJMC47