index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControlReference
/
ControlReference.h
Age
Commit message (
Expand
)
Author
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename InputCommon/ControllerInterface/Device to CoreDevice
Shawn Hoffman
2020-11-08
InputCommon: Return error, if any, from ControlReference::SetExpression().
Admiral H. Curtiss
2020-02-09
InputCommon: Eliminate some duplicated button threshold logic.
Jordan Woyak
2020-02-08
InputCommon: Allow controller settings specified with input expresions.
Jordan Woyak
2019-11-06
InputCommon: Make the "input gate" not racey.
Jordan Woyak
2019-10-11
ExpressionParser: Renamed ControlFinder to ControlEnvironment. Added support ...
Jordan Woyak
2019-03-03
ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.
Jordan Woyak
2017-09-14
ControlReference: don't reparse expression when references are updated
Michael M
2017-02-28
ExpressionParser: Convert parse state enum into an enum class
Lioncash
2017-02-11
ControllerEmu: Add const to UpdateReferences() first reference parameter
Lioncash
2017-02-10
ControlReference: Add missing virtual destructor
Lioncash
2017-02-07
ControlReference: put parsed_expression in a unique_ptr
Michael Maltese
2017-02-07
ControlReference: hide parse_error behind GetParseStatus()
Michael Maltese
2017-02-07
ControlReference: hide is_input behind function
Michael Maltese
2017-02-07
ControlReference: move function bodies out of header
Michael Maltese
2017-02-07
InputCommon: Extract ControlReference from ControllerInterface
Michael Maltese