mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
WiimoteEmu: Remove redundant threshold setting from hotkeys button group.
This commit is contained in:
@ -22,7 +22,6 @@ namespace ControllerEmu
|
|||||||
ModifySettingsButton::ModifySettingsButton(std::string button_name)
|
ModifySettingsButton::ModifySettingsButton(std::string button_name)
|
||||||
: Buttons(std::move(button_name))
|
: Buttons(std::move(button_name))
|
||||||
{
|
{
|
||||||
numeric_settings.emplace_back(std::make_unique<NumericSetting>(_trans("Threshold"), 0.5));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ModifySettingsButton::AddInput(std::string button_name, bool toggle)
|
void ModifySettingsButton::AddInput(std::string button_name, bool toggle)
|
||||||
|
Reference in New Issue
Block a user