summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp
AgeCommit message (Expand)Author
2024-10-11ControllerEmu: Change trigger threshold check to >= instead of > and set mini...Jordan Woyak
2022-10-03ControllerEmu: Add new "input override" systemJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-02-24DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".Jordan Woyak
2020-02-09InputCommon: Eliminate some duplicated button threshold logic.Jordan Woyak
2019-10-15ControllerEmu: Clamp results of trigger/slider states to prevent integer over...Jordan Woyak
2019-04-12WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor...Jordan Woyak
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2018-12-30ControllerEmu: code cleanup.Jordan Woyak
2018-12-29ControllerEmu: Implement dead zone setting for triggers.Jordan Woyak
2017-03-02InputCommon: move Setting classes out of ControlGroupMichael Maltese
2017-02-25ControlGroup: Convert group type enum into an enum classLioncash
2017-02-09ControllerEmu: Separate ControlGroup from ControllerEmuLioncash