mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #4893 from lioncash/delegation
Buttons: Use a delegating constructor
This commit is contained in:
commit
d4ec178e0b
@ -11,9 +11,8 @@
|
||||
|
||||
namespace ControllerEmu
|
||||
{
|
||||
Buttons::Buttons(const std::string& name_) : ControlGroup(name_, name_, GROUP_TYPE_BUTTONS)
|
||||
Buttons::Buttons(const std::string& name_) : Buttons(name_, name_)
|
||||
{
|
||||
numeric_settings.emplace_back(std::make_unique<NumericSetting>(_trans("Threshold"), 0.5));
|
||||
}
|
||||
|
||||
Buttons::Buttons(const std::string& ini_name, const std::string& group_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user