summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-30Android: Expand bottom sheets on devices with touch tooJosJuice
2025-10-30libmgba: Fix build when disabledDentomologist
2025-10-30Externals: Make imgui a submoduleJoshua Vandaële
2025-10-30OnScreenDisplayPane: Fix unused-variable warningJoshua Vandaële
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-30Merge pull request #14050 from Dentomologist/android_input_fix_unused_value_w...Jordan Woyak
2025-10-30Merge pull request #14051 from Dentomologist/achievementmanager_fix_unused_pr...Jordan Woyak
2025-10-29AchievementManager: Fix unused private field warningsDentomologist
2025-10-29Android: Fix unused value warningDentomologist
2025-10-29Android: Save settings instantly after editsSimonx22
2025-10-29Merge pull request #14044 from JoshuaVandaele/im-sorry-ibelJosJuice
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-28Merge pull request #14039 from mbc07/tex_filter_settings_followupJMC47
2025-10-28GameSettings: fix texture filtering settings for earlier Just Dance gamesMateus B. Cassiano
2025-10-28Merge pull request #14032 from jordan-woyak/spawn-gpu-threadJosJuice
2025-10-28Core/HW: Add Broadband Adapter (IPC).cristian64
2025-10-28Core/HW: Add Visual Studio project files for cpp-ipc library.cristian64
2025-10-28Core/HW: Add cpp-ipc subdirectory in main CMake file.cristian64
2025-10-28Core/HW: Add cpp-ipc submodule.cristian64
2025-10-28Merge pull request #13916 from Tilka/tex_filter_settingsJMC47
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-26CMake: Default SKIP_POSTPROCESS_BUNDLE to ONTellowKrinkle
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