From 0064f70c8a17cd40c15486ac385508ce0ee20cf1 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Mon, 4 Feb 2019 18:50:07 -0600 Subject: DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input calibration "wizard". --- Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp') 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(Translate, named_direction)); controls.emplace_back(std::make_unique(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) -- cgit v1.2.3