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:
@ -23,6 +23,8 @@ public:
|
||||
StateData GetState() const;
|
||||
|
||||
private:
|
||||
Control* GetModifierInput() const override;
|
||||
|
||||
std::unique_ptr<StickGate> m_stick_gate;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user