diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/AnalogStick.cpp | 5 |
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) |
