dolphin/Source/Core
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
..
AudioCommon Fix default audio backend on Android being "No audio output" 2017-02-08 21:29:27 +01:00
Common Merge pull request #4839 from leoetlino/better-warnings 2017-02-08 14:00:12 +01:00
Core Merge pull request #4784 from leoetlino/mios 2017-02-09 01:57:16 +01:00
DiscIO Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DolphinQt2 CMake: add CMAKE_CONFIGURE_DEPENDS on Data/Sys 2017-02-06 13:55:35 -08:00
DolphinWX Merge pull request #4502 from ligfx/extractcontrolreference 2017-02-08 20:01:18 -05:00
InputCommon ControllerEmu: Fix incorrect default radius being set in AnalogStick 2017-02-08 23:08:13 -05:00
UICommon Merge pull request #4839 from leoetlino/better-warnings 2017-02-08 14:00:12 +01:00
VideoBackends Merge pull request #4859 from lioncash/opcodedecoder 2017-02-08 18:12:11 +13:00
VideoCommon Merge pull request #4859 from lioncash/opcodedecoder 2017-02-08 18:12:11 +13:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00