mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
InputCommon: Use value of "Modifier" button "Range" setting rather than always applying 50%.
Make "Clear" button reset "Modifier" "Range" settings to 50%.
This commit is contained in:
@ -31,6 +31,8 @@ public:
|
||||
ControlState GetMaxRotationalVelocity() const;
|
||||
|
||||
private:
|
||||
Control* GetModifierInput() const override;
|
||||
|
||||
SettingValue<double> m_max_angle_setting;
|
||||
SettingValue<double> m_max_rotational_velocity;
|
||||
};
|
||||
|
Reference in New Issue
Block a user