summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2018-12-31 07:31:11 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2018-12-31 08:35:31 -0600
commitdf43fd94725ee1abda8eb0c69efcd116c48db399 (patch)
tree02a97e90ae4fd19a23bbb0b5ee5063630c1ed84d /Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
parent5c957ec1909b7dcedbe79f2159dbf48d07bfe72c (diff)
ControllerEmu: Killed the Buttons group threshold setting.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
index e51d4f3711..df6b06a7be 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp
@@ -19,6 +19,6 @@ Buttons::Buttons(const std::string& name_) : Buttons(name_, name_)
Buttons::Buttons(const std::string& ini_name, const std::string& group_name)
: ControlGroup(ini_name, group_name, GroupType::Buttons)
{
- numeric_settings.emplace_back(std::make_unique<NumericSetting>(_trans("Threshold"), 0.5));
}
+
} // namespace ControllerEmu