summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2025-10-30GameConfigEdit: Fix unused-result warningJoshua Vandaële
2025-10-30x64Emitter: Fix missing-declarations warningJoshua Vandaële
2025-10-30CustomPipeline.cpp: Fix unused-function warningJoshua Vandaële
2025-10-29AchievementManager: Fix unused private field warningsDentomologist
2025-10-29MaterialAsset: Fix shadowed fieldJoshua Vandaële
2025-10-29UICommon.cpp: Revert changes from #13866Joshua Vandaële
2025-10-28Merge pull request #13870 from cristian64/broadband_adapter_ipcJMC47
2025-10-28Merge pull request #13866 from JoshuaVandaele/reset-button-third-attemptJMC47
2025-10-28VideoCommon: Clean up and eliminate the mutex in AsyncRequests using Waitable...Jordan Woyak
2025-10-28Core/HW: Add Broadband Adapter (IPC).cristian64
2025-10-27AdvancedPane: Use ConfigControls where applicableJoshua Vandaële
2025-10-27PathPane: Use ConfigControls where applicableJoshua Vandaële
2025-10-27WiiPane: Use ConfigControls where applicableJoshua Vandaële
2025-10-27GameCubePane: Use ConfigControls where applicableJoshua Vandaële
2025-10-27FreeLookWidget: Use ConfigControls where applicableJoshua Vandaële
2025-10-27AdvancedPane: Add a button to restore default settingsJoshua Vandaële
2025-10-26Core/HW: Remove RoundingModeUpdated call from CPUManager::Run. This is now pr...Jordan Woyak
2025-10-26VideoCommon/AsyncRequests: Remove now unnecessary `SetEnable` function. Reque...Jordan Woyak
2025-10-26Core: Make EmuThread spawn the Video thread and become the CPU thread in dual...Jordan Woyak
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in shad...iwubcode
2025-10-26CPU: Update PauseAndLock commentDentomologist
2025-10-26DSPEmulator: Remove redundant parameter and codeDentomologist
2025-10-26DSPEmulator: Extract UnpauseAndUnlock from PauseAndLockDentomologist
2025-10-26FifoManager: Remove redundant PauseAndLock parametersDentomologist
2025-10-26FifoManager: Extract RestoreState from PauseAndLockDentomologist
2025-10-26Core: Remove pointless call to FifoManager::PauseAndLockDentomologist
2025-10-26Core: Remove unnecessary PauseAndLock parametersDentomologist
2025-10-26Core: Extract RestoreStateAndUnlock from PauseAndLockDentomologist
2025-10-26CPUManager: Remove redundant parameter from RestoreStateAndUnlockDentomologist
2025-10-26CPUManager: Remove redundant parameter from PauseAndLockDentomologist
2025-10-26CPUManager: Remove unnecessary PauseAndLock parametersDentomologist
2025-10-26CPU: Remove default arguments for PauseAndLockDentomologist
2025-10-26CPU: Extract RestoreStateAndUnlock from PauseAndLockDentomologist
2025-10-26CPU: Convert static variable to class memberDentomologist
2025-10-26Core: Remove GDBStub::Deinit call from EmuThread. The CpuThread function is a...Jordan Woyak
2025-10-26Merge pull request #14031 from TellowKrinkle/GlslangFixJordan Woyak
2025-10-26JitRegister: Remove OProfile profilerJoshua Vandaële
2025-10-24CMake: Fix bundled glslangTellowKrinkle
2025-10-23GameINI: Add patches to limit FPS for some uncapped gamesMartino Fontana
2025-10-23GameINI: Add patches for idle loop detection (speed hack)Martino Fontana
2025-10-22GameINI: Fix Egg Mania Japanese "Force Progressive" hackMartino Fontana
2025-10-22Common/Functional: Fix MoveOnlyFunction from inadvertently creating reference...Jordan Woyak
2025-10-21Merge pull request #14024 from cobalt2727/patch-5Jordan Woyak
2025-10-21DolphinQT: explicitly include QAction for older QT6 libscobalt2727
2025-10-21Merge pull request #13947 from JosJuice/i18n-2025-08-17-typeJordan Woyak
2025-10-21Merge pull request #13984 from jordan-woyak/wmreal-quick-connect-and-disconnectJMC47
2025-10-21WiimoteReal/IOLinux: Fix warning.Jordan Woyak
2025-10-19WiimoteReal: Make WiimoteScannerBackend classes use separate FindNewWiimotes ...Jordan Woyak
2025-10-19WiimoteReal/IOAndroid: Only "find" DolphinBar remotes which are actually conn...Jordan Woyak
2025-10-19WiimoteReal/IOAndroid: Don't "find" already in-use Wii remotes.Jordan Woyak