summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference
AgeCommit message (Expand)Author
2017-07-12DolphinWX: fix input bitmaps not working when background input is offMichael Maltese
2017-06-30Disable Background Input when Background Input is disabledmimimi085181
2017-04-02ExpressionParser: Rename ParseStatus' Success member to SuccessfulLioncash
2017-02-28ExpressionParser: Convert parse state enum into an enum classLioncash
2017-02-26ExpressionParser: Const-correctness changesLioncash
2017-02-11ControllerEmu: Add const to UpdateReferences() first reference parameterLioncash
2017-02-10ControlReference: Add missing virtual destructorLioncash
2017-02-07ControlReference: put parsed_expression in a unique_ptrMichael Maltese
2017-02-07ControlReference: hide parse_error behind GetParseStatus()Michael Maltese
2017-02-07ControlReference: hide is_input behind functionMichael Maltese
2017-02-07ControlReference: move function bodies out of headerMichael Maltese
2017-02-07InputCommon: Extract ControlReference from ControllerInterfaceMichael Maltese