summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2026-08-05Require VS 2026, update WinUpdater redistdreamsyntax
2026-08-05Common/BitCastPtr: Prevent destination type to be a pointerSepalani
2026-08-03Mach exception thread: Fix msg alignmentScott Mansell
2026-08-02VideoCommon: Fix custom texture count in OSD messageJosJuice
2026-08-01Use designated constructorsDr. Dystopia
2026-08-02Merge pull request #14758 from JoshuaVandaele/egl-platform-nowaylandScott Mansell
2026-08-01Merge pull request #14768 from phire/security/gcz_overflowsJosJuice
2026-08-01Merge pull request #14776 from tygyh/Core/Use-static-castScott Mansell
2026-08-01Merge pull request #14781 from sepalani/gai-errorScott Mansell
2026-07-31IP/Top: Add getaddrinfo() error log messageSepalani
2026-07-31EGLX11: Forbid EGL_PLATFORM to be "wayland"Joshua Vandaële
2026-07-31Merge pull request #14755 from JoshuaVandaele/cmakeupd-qt-useless-dllsScott Mansell
2026-07-31Merge pull request #14775 from tygyh/Replace-zero-constants-with-`nullptr`Scott Mansell
2026-07-31Merge pull request #13452 from tygyh/Use-structured-binding-DolphinQt-FifoAna...Scott Mansell
2026-07-31Merge pull request #14778 from JoshuaVandaele/about-enable-sdlScott Mansell
2026-07-30Replace functional cast with `static_cast`Dr. Dystopia
2026-07-30Merge pull request #14765 from slick-daddy/opt-6Scott Mansell
2026-07-29AboutDialog: Fix compilation with ENABLE_SDL=OFFJoshua Vandaële
2026-07-29Replace zero constants with `nullptr`Dr. Dystopia
2026-07-29Merge pull request #14115 from techflashYT/elf-loader-fixScott Mansell
2026-07-29Merge pull request #14770 from JoshuaVandaele/gen-approved-hashScott Mansell
2026-07-29Merge pull request #13543 from tygyh/DiscIO-Use-views-keysScott Mansell
2026-07-29Merge pull request #14766 from phire/security/dol_readerScott Mansell
2026-07-29Merge pull request #14738 from tygyh/Replace-concatination-with-stdformatScott Mansell
2026-07-29Merge pull request #14747 from AdmiralCurtiss/dsp-hle-oobScott Mansell
2026-07-29Merge pull request #14752 from JoshuaVandaele/about-sdlScott Mansell
2026-07-28Replace string concatination with `fmt::format`Dr. Dystopia
2026-07-28GCZ: use 64-bit for m_data_offsetScott Mansell
2026-07-28GCZ: validate while loadingScott Mansell
2026-07-28GCZ: Don't trust block_num eitherScott Mansell
2026-07-28GCZ: Don't trust GetBlockCompressedSizeScott Mansell
2026-07-27DolReader: Fix integer wraparoundScott Mansell
2026-07-27AchievementApprovedHash: Automatically generate hash using CMakeJoshua Vandaële
2026-07-27Return m_devices directly in GetAllDevices().slick-daddy
2026-07-26IOS/FS: Fix loading savestate when files are openJosJuice
2026-07-25Socket: Resolve incorrect include warningJoshua Vandaële
2026-07-25CWDemangler: Resolve missing-declarations warningsJoshua Vandaële
2026-07-25DolphinQt/Config: Resolve sign-compare warningsJoshua Vandaële
2026-07-25FileSystemCommon: Resolve maybe-uninitialized warningJoshua Vandaële
2026-07-25DirectoryBlob: Resolve reorder warningJoshua Vandaële
2026-07-25HSP_DeviceGBPlayer: Resolve shadowed variable warningJoshua Vandaële
2026-07-25AboutDialog: Report the SDL version being usedJoshua Vandaële
2026-07-24windeployqt: Disable uneeded DLLsJoshua Vandaële
2026-07-24CMake: Disable install targets on WindowsJoshua Vandaële
2026-07-24CMake: Remove LINUX_LOCAL_DEV and symlink required filesJoshua Vandaële
2026-07-24CMake: Unify sys directoriesJoshua Vandaële
2026-07-24CMake: Unify translation directoriesJoshua Vandaële
2026-07-24Remove Visual Studio Projects and Solutions in favor of CMakeJoshua Vandaële
2026-07-23Merge pull request #14749 from tygyh/Replace-conditions-with-regexScott Mansell
2026-07-22HW/DSPHLE/AXVoice: Prefer BitCastPtr over BitCastToArray in ApplyUpdatesForMs()Admiral H. Curtiss