mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 13:00:24 -05:00
InputCommon: Allow controller settings specified with input expresions.
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
|
||||
namespace ciface::ExpressionParser
|
||||
{
|
||||
constexpr ControlState CONDITION_THRESHOLD = 0.5;
|
||||
|
||||
class FunctionExpression : public Expression
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user