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:
@ -82,6 +82,8 @@ public:
|
||||
std::make_unique<NumericSetting<T>>(value, details, default_value_, min_value, max_value));
|
||||
}
|
||||
|
||||
void AddVirtualNotchSetting(SettingValue<double>* value, double max_virtual_notch_deg);
|
||||
|
||||
void AddDeadzoneSetting(SettingValue<double>* value, double maximum_deadzone);
|
||||
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user