summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/ModifySettingsButton.cpp
AgeCommit message (Expand)Author
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-01-25Remove unused importsMartino Fontana
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-10InputCommon: follow coding conventions and rename GetState() to UpdateState()Filoppi
2020-02-09InputCommon: Clean up creation of inputs.Jordan Woyak
2020-02-09InputCommon: Eliminate some duplicated button threshold logic.Jordan Woyak
2020-02-08InputCommon: Allow controller settings specified with input expresions.Jordan Woyak
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2019-01-16Merge pull request #7664 from jordan-woyak/kill-button-thresholdLéo Lam
2018-12-31ControllerEmu: Killed the Buttons group threshold setting.Jordan Woyak
2018-12-29WiimoteEmu: Remove redundant threshold setting from hotkeys button group.Jordan Woyak
2018-04-13ControllerEmu: Use enum instead of bool for translatabilityJosJuice
2018-04-13Translate certain button names but not allJosJuice
2017-05-06Don't translate button namesJosJuice
2017-04-30Remove incorrect usage of _transJosJuice
2017-03-02InputCommon: move Setting classes out of ControlGroupMichael Maltese
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash