mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
InputCommon: Allow controller settings specified with input expresions.
This commit is contained in:
@ -21,6 +21,7 @@ private:
|
||||
void fixup(QString& input) const override;
|
||||
|
||||
void ConfigChanged();
|
||||
void Update();
|
||||
|
||||
ControllerEmu::NumericSetting<double>& m_setting;
|
||||
};
|
||||
@ -32,6 +33,7 @@ public:
|
||||
|
||||
private:
|
||||
void ConfigChanged();
|
||||
void Update();
|
||||
|
||||
ControllerEmu::NumericSetting<bool>& m_setting;
|
||||
};
|
||||
|
Reference in New Issue
Block a user