summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-06Added message for bad RetroAchievements tokenLillyJadeKatrin
2025-11-06Adjusted mastery messageLillyJadeKatrin
2025-11-06Merge pull request #14072 from jordan-woyak/cmake-pre-3.25-fixJMC47
2025-11-06DolphinQt: Make disc ConvertDialog have a better minimum size, use QFormLayou...Jordan Woyak
2025-11-06CMakeLists: Fix build on Linux with CMake versions less than 3.25.Jordan Woyak
2025-11-05VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of...iwubcode
2025-11-05InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...Jordan Woyak
2025-11-05WindowsDevice: Remove GetDeviceProperty function in favor of the CfgMgr32 ver...Jordan Woyak
2025-11-05WiimoteReal/IOWin: Use Common::GetDeviceInterfaceList.Jordan Woyak
2025-11-05USBUtils: Replace GetDeviceNameUsingSetupAPI with GetDeviceNameUsingCfgMgr32....Jordan Woyak
2025-11-04WindowsDevice: Add GetDeviceInterfaceList function and NullTerminatedStringLi...Jordan Woyak
2025-11-04macOS: UI fixes for dark modeSimonx22
2025-11-04Merge pull request #14061 from jordan-woyak/config-info-spin-mutexJordan Woyak
2025-11-04Merge pull request #13626 from jordan-woyak/non-global-hookable-eventJordan Woyak
2025-11-04Debugger: Ignore bctr when stepping outVampireFlower
2025-11-04Merge pull request #14067 from VampireFlower/masterJosJuice
2025-11-04feat(profiles): add "open profiles folder" button + add dropdown button for p...iTrooz
2025-11-04DolphinAnalytics: Use Config::Get instead of accessing g_Config.Jordan Woyak
2025-11-03MainWindow: Change save state file filter to use *.s?? patternVampireFlower
2025-11-02Config: Make ConfigInfo use Common::SpinLock to protect the CachedValue. Thes...Jordan Woyak
2025-11-02Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::...Jordan Woyak
2025-11-02Config/ConfigInfo: Cleanups.Jordan Woyak
2025-11-02Android: Add Reset Dolphin Settings functionalitySimonx22
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02Merge pull request #14065 from iwubcode/glslang_compiler_fixJordan Woyak
2025-11-02VideoCommon: fix wrong path to glslang includeiwubcode
2025-11-02Call JitInterface::UpdateMembase from PowerPC::MSRUpdatedJosJuice
2025-11-02Merge pull request #14058 from jordan-woyak/sdl-version-bumpJosJuice
2025-11-02Merge pull request #14042 from iwubcode/bp_functions_globalJMC47
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-11-02Merge pull request #14059 from jordan-woyak/state-nand-cleanupJosJuice
2025-11-02StringUtil: Replace strerror with Common::LastStrerrorString.Jordan Woyak
2025-11-02UnitTests: Add some StringUtil character encoding conversion tests.Jordan Woyak
2025-11-02StringUtil: Make non-Windows WStringToUTF8 implementation use iconv instead o...Jordan Woyak
2025-11-02StringUtil: Fix many clang-tidy warnings.Jordan Woyak
2025-11-01Core/IOS/FS: Clean up some hard to read NAND state saving logic.Jordan Woyak
2025-11-01Merge pull request #13655 from JosJuice/android-always-expand-sheetsJosJuice
2025-11-01Merge pull request #14048 from Simonx22/android-instant-settings-savingJosJuice
2025-11-01Merge pull request #14057 from TellowKrinkle/VkRenderWrongLayoutJosJuice
2025-11-01Merge pull request #14035 from Dentomologist/pauseandlock_refactoringJosJuice
2025-11-01Merge pull request #14034 from JoshuaVandaele/byeprofileJosJuice
2025-11-01Merge pull request #14054 from Dentomologist/libmgba_fix_build_when_disabledJosJuice
2025-11-01Externals: Bump SDL submodule version to release-3.2.26Jordan Woyak
2025-10-31VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflec...iwubcode
2025-10-31VideoCommon: move global variables out of BPFunctionsiwubcode
2025-10-30VideoCommon: Fix render to texture in wrong layoutTellowKrinkle
2025-10-30Merge pull request #14045 from JoshuaVandaele/warn-fixJordan Woyak
2025-10-30Merge pull request #14041 from jordan-woyak/lockless-async-requestsJMC47
2025-10-30Merge pull request #14055 from sepalani/async-inetatonJMC47
2025-10-31IP/Top: Make InetAToN asyncSepalani