dolphin/Source/Core/InputCommon/ControlReference
Filoppi ba2782e9d1 InputCommon: fix hotkey suppression crash if nullptr suppressions were added to the map
Update references was failing to update the references, causing input to stay nullptr and crashing.
I fixed the case that triggered that, though also added checks against nullptrs for safety.

(cherry picked from commit 4bdcf707555a5568eddff957fa3604975ffb6ed7)
2021-04-26 19:44:04 +03:00
..
ControlReference.cpp InputCommon: Return error, if any, from ControlReference::SetExpression(). 2020-11-08 01:04:33 +01:00
ControlReference.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
ExpressionParser.cpp InputCommon: fix hotkey suppression crash if nullptr suppressions were added to the map 2021-04-26 19:44:04 +03:00
ExpressionParser.h rename InputCommon/ControllerInterface/Device to CoreDevice 2021-01-27 14:29:48 -08:00
FunctionExpression.cpp InputCommon: Add a handful of math functions to the expression parser. 2020-08-02 22:09:09 +02:00
FunctionExpression.h InputCommon: Allow controller settings specified with input expresions. 2020-02-08 14:01:55 -06:00