summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp
AgeCommit message (Expand)Author
2025-07-19fix Qt6 deprecation warningsoltolm
2025-06-14DolphinQt: Move graphics config to main Settings window.Jordan Woyak
2025-05-22DolphinQt: Fix verb agreement in Immediate XFB descriptionJosJuice
2025-03-30DolphinQt: Update tooltips for ImmediateXFB, VBISkip, SkipPresentingDuplicate...Jordan Woyak
2025-03-30DolphinQt: Don't toggle GFX_HACK_SKIP_DUPLICATE_XFBS when GFX_HACK_IMMEDIATE_...Jordan Woyak
2025-03-17Fix -Wunused-lambda-capture warningTillmann Karras
2025-03-15Merge pull request #13388 from jordan-woyak/vsync-not-recommendedJosJuice
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2025-03-02DolphinQt: Don't recommend v-sync for optimal frame pacing in tool-tip.Jordan Woyak
2024-12-27DolphinQt/HacksWidget: Convert accuracy slider to ConfigSliderAdmiral H. Curtiss
2024-12-10Add GFX property tabs to game properties window, allowing them to be set to t...TryTwo
2024-10-22GraphicsSettings: EFBAccessEnable=false by defaultdreamsyntax
2024-09-10Graphics: Clarify relationship between incompatible settingsDentomologist
2023-09-04Disable Arbitrary Mipmap Detection checkbox when GPU Texture Decoding is enabledPokechu22
2023-04-28Qt: Rename GraphicsSlider to ConfigSliderDentomologist
2023-04-21Qt: Rename GraphicsBool to ConfigBoolDentomologist
2023-02-11Rename VI Skip to VBI SkipMayImilae
2023-01-14Add VISkipSam Belliveau
2022-10-01DolphinQt/HacksWidget: Make backend name in GPU Texture Decoding/Bounding Box...DivineWinds
2022-04-08Round viewport coordinates when vertex rounding is enabledPokechu22
2022-04-08Fix typo (GFX_HACK_VERTEX_ROUDING -> GFX_HACK_VERTEX_ROUNDING)Pokechu22
2022-04-09DolphinQt/HacksWidget: Re-enable texture accuracy slider if it was disabled b...3t13nn3
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-30Qt: Add missing tr calls for tooltip descriptionsLéo Lam
2020-11-28DolphinQt: Add tooltip support to Hacks Graphics tabiwubcode
2020-05-22Migrate video backend setting to the new config systemLéo Lam
2020-01-14Add an option to present/skip presenting duplicate framesStenzek
2019-07-30DolphinQt: Replace QStringLiteral with alternatives where applicableLioncash
2019-07-24Config: Add an option to skip saving texture cache to save stateStenzek
2019-06-14Qt: Minor adjustments to graphics window descriptions8times9
2019-03-29Qt/HacksWidget: Fix backend feature support checksTechjar
2019-02-07Qt: Minor text tweaks8times9
2018-11-07TextureCache: Implement deferred/batched EFB copiesStenzek
2018-08-23Qt: Switch to QSignalBlocker for scoped signal blockingTechjar
2018-07-07Move DolphinQt2 to DolphinQtspycrab