dolphin/Source/Core/InputCommon
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 ControllerEmu: Fix incorrect default radius being set in AnalogStick 2017-02-08 23:08:13 -05:00
ControllerInterface InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00
ControlReference ControlReference: put parsed_expression in a unique_ptr 2017-02-07 22:59:29 -08:00
CMakeLists.txt InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00
GCAdapter.cpp Move libusb context initialization to on first use 2017-02-07 00:47:21 +01:00
GCAdapter.h GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCAdapter_Android.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
GCPadStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
InputCommon.vcxproj InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00
InputCommon.vcxproj.filters InputCommon: Extract ControlReference from ControllerInterface 2017-02-07 22:59:10 -08:00
InputConfig.cpp ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
InputConfig.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
KeyboardStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00