mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #4871 from lioncash/radius
ControllerEmu: Fix incorrect default radius being set in AnalogStick
This commit is contained in:
commit
1385a012d9
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void ControllerEmu::ControlGroup::SetControlExpression(int index, const std::str
|
||||||
}
|
}
|
||||||
|
|
||||||
ControllerEmu::AnalogStick::AnalogStick(const char* const _name, ControlState default_radius)
|
ControllerEmu::AnalogStick::AnalogStick(const char* const _name, ControlState default_radius)
|
||||||
: AnalogStick(_name, _name, GROUP_TYPE_STICK)
|
: AnalogStick(_name, _name, default_radius)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue