summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Settings
AgeCommit message (Expand)Author
2026-07-11DolphinQt: Update tool tip for Enable Emulated Memory Size Override.cristian64
2026-07-05Rename "Show Internal Resolution" to "Show XFB Resolution"JosJuice
2026-07-05Move the code for the show internal resolution settingJosJuice
2026-05-25Merge pull request #14607 from elyashue/internal-resolution-displayDentomologist
2026-05-14AudioCommon: Add individual Wiimote audio mixerWeston Heard
2026-04-19VideoCommon: Added an option to showcase internal resolution, EFB width x hei...Elyas Hue
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-03Merge pull request #14544 from jordan-woyak/gba-always-on-threadJMC47
2026-04-02HW/GBACore: Remove the GBA "Threads" setting. Make GBAs always run on dedicat...Jordan Woyak
2026-04-02Merge pull request #14534 from Dentomologist/generalpane_rename_updater_varia...Jordan Woyak
2026-04-01GeneralPane: Change BETA to RELEASE in updater variable namesDentomologist
2026-03-31DolphinQt: Expose Game Boy Player ROM path on the GameCube config tab.Jordan Woyak
2026-03-21AudioPane: Fix WASAPI default device combo selectionDentomologist
2026-03-04DolphinQt: Save when closing settings windowJosJuice
2026-02-15Triforce: Rename IPOverrides to IPRedirections.Jordan Woyak
2026-02-15DolphinQt: Add Triforce tab to main settings window.Jordan Woyak
2026-02-15AMMediaboard: IP override improvements and other cleanups.Jordan Woyak
2026-02-15DolphinQt: Add user interface for Triforce IP address overrides.Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-02-12Qt/Android: CPU Clock Override max to 500%dreamsyntax
2026-01-27feat: Add an option to preserve audio pitch when emulation speed changes, int...Sam Belliveau
2026-01-25Remove unused importsMartino Fontana
2026-01-24Clean includesSintendo
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-06cpp-ipc: Fix builds on non-FreeBSD BSDsJoshua Vandaële
2025-12-30Merge pull request #14208 from cristian64/broadband_adapter_ipc_freebsdJordan Woyak
2025-12-22Merge pull request #14185 from mbc07/osd-tooltip-fixJMC47
2025-12-10Core/HW: Enable BBA (IPC) in FreeBSD.cristian64
2025-11-28DolphinQt: minor fixes for the OnScreenDisplayPaneMateus B. Cassiano
2025-11-23Core/DiscIO: Add a setting to load the running game into memory via CachedBlo...Jordan Woyak
2025-11-22Merge pull request #14037 from jordan-woyak/presentation-timingJMC47
2025-11-21DolphinQt/OnScreenDisplayPane: Swap the positions of "Show Performance Graphs...Jordan Woyak
2025-11-21DolphinQt/OnScreenDisplayPane: Rename "Graph Update Rate" back to "Performanc...Jordan Woyak
2025-11-16Merge pull request #13922 from TryTwo/imgui_add_default_fontJosJuice
2025-11-14DolphinQt: Add Fusion-based styles.cristian64
2025-11-11VideoCommon: Add "Smooth Early Presentation" setting to improve frame pacing ...Jordan Woyak
2025-11-11CoreTiming: Add "Rush Frame Presentation" setting to throttle only once after...Jordan Woyak
2025-11-01Merge pull request #14054 from Dentomologist/libmgba_fix_build_when_disabledJosJuice
2025-10-30libmgba: Fix build when disabledDentomologist
2025-10-30OnScreenDisplayPane: Fix unused-variable warningJoshua Vandaële
2025-10-28Merge pull request #13870 from cristian64/broadband_adapter_ipcJMC47
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-27AdvancedPane: Add a button to restore default settingsJoshua Vandaële
2025-10-16Imgui: Add a new default font (VeraMono - 49kb) that scales better than the o...TryTwo
2025-10-10Qt Setting Panes: Remove original location of options transferred to the OSD ...TryTwo