summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2025-11-07Merge pull request #14074 from jordan-woyak/HookableEvent-no-stringsJordan Woyak
2025-11-07Merge pull request #14079 from Dentomologist/use_asyncworkthread_pushblocking...Jordan Woyak
2025-11-07CubebStream: Use WorkQueueThread::PushBlocking instead of sync_eventDentomologist
2025-11-07Merge pull request #13858 from LillyJadeKatrin/retroachievements-message-adju...JosJuice
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-06Merge pull request #14069 from jordan-woyak/ciface-hookable-eventJordan Woyak
2025-11-06Improve Achievements Window messageLillyJadeKatrin
2025-11-06Merge pull request #14062 from Simonx22/macos-design-fixesOatmealDome
2025-11-06Delete Invalid RetroAchievements TokensLillyJadeKatrin
2025-11-06Added message for bad RetroAchievements tokenLillyJadeKatrin
2025-11-06Adjusted mastery messageLillyJadeKatrin
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-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-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02VideoCommon: fix wrong path to glslang includeiwubcode
2025-11-02Call JitInterface::UpdateMembase from PowerPC::MSRUpdatedJosJuice
2025-11-02Merge pull request #14042 from iwubcode/bp_functions_globalJMC47
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-11-02StringUtil: Replace strerror with Common::LastStrerrorString.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 #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-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-31IP/Top: Make InetAToN asyncSepalani
2025-10-30libmgba: Fix build when disabledDentomologist
2025-10-30OnScreenDisplayPane: Fix unused-variable warningJoshua Vandaƫle