summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2019-02-04 18:50:07 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2019-02-10 07:55:47 -0600
commit0064f70c8a17cd40c15486ac385508ce0ee20cf1 (patch)
treea7e5dce2d6b8a6882362be3a696b5457bfb64e16 /Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
parent46918f420d443c3a32bd27170e3fa0e4f7bc5255 (diff)
DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input calibration "wizard".
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
index 0cd5da6ba0..45d178ed17 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
@@ -30,11 +30,6 @@ AnalogStick::AnalogStick(const char* const name_, const char* const ui_name_,
controls.emplace_back(std::make_unique<Input>(Translate, named_direction));
controls.emplace_back(std::make_unique<Input>(Translate, _trans("Modifier")));
-
- // Default input radius to that of the gate radius (no resizing)
- // Default input shape to an octagon (no reshaping)
- // Max deadzone to 50%
- AddReshapingSettings(GetGateRadiusAtAngle(0.0), 0.0, 50);
}
AnalogStick::ReshapeData AnalogStick::GetReshapableState(bool adjusted)