mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Virtual Notch settings and UI for octagonal stick
This commit is contained in:
@ -33,6 +33,11 @@ class OctagonAnalogStick : public AnalogStick
|
||||
public:
|
||||
OctagonAnalogStick(const char* name, ControlState gate_radius);
|
||||
OctagonAnalogStick(const char* name, const char* ui_name, ControlState gate_radius);
|
||||
|
||||
ControlState GetVirtualNotchSize() const override;
|
||||
|
||||
private:
|
||||
SettingValue<double> m_virtual_notch_setting;
|
||||
};
|
||||
|
||||
} // namespace ControllerEmu
|
||||
|
Reference in New Issue
Block a user