dolphin/Source/Core/InputCommon/ControllerEmu
Lioncash 56531a0b7f ControllerEmu: Fix incorrect default radius being set in AnalogStick
The three parameter AnalogStick constructor takes an internal name, a
display name, and a default radius argument. The delegated constructor is
the one that calls the ControlGroup constructor, setting the group type,
so passing the group type here is a logic bug.

The only reason this appeared to work despite this bug is because
GROUP_TYPE_STICK has a value of 1, and the default radius value used for
attachment sticks is 1.0.
2017-02-08 23:08:13 -05:00
..
ControllerEmu.cpp ControllerEmu: Fix incorrect default radius being set in AnalogStick 2017-02-08 23:08:13 -05:00
ControllerEmu.h InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00