summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2019-02-13 02:13:27 +0000
committerGitHub <noreply@github.com>2019-02-13 02:13:27 +0000
commit131f4931fb9fa26a51525a55e7c57265a9812135 (patch)
tree52e0b3bdbf3a7500f04bc39cee2a0fd99f007966 /Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp
parent8d59d1bb11bf594afc6fa3f0a860773c6fa6b8b5 (diff)
parent0064f70c8a17cd40c15486ac385508ce0ee20cf1 (diff)
Merge pull request #7792 from jordan-woyak/auto-calibration
DolphinQt/ControllerEmu: Add stick 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)