dolphin/Source/Core/InputCommon/ControllerInterface
JosJuice 71ac6ec239 InputCommon: Don't treat two analog inputs as a spurious trigger combo
I've received a report from an Android user with a gamepad (a "BSP-D3")
where one physical trigger is controlling two analog axes at the same
time. This was causing RemoveSpuriousTriggerCombinations to delete both
axes, which is clearly not a desireable outcome.

With this change, now the axis with the greatest smoothness is kept,
or both in case they have the same smoothness.
2023-06-06 22:07:14 +02:00
..
Android ControllerInterface/Android: Add some missing DeleteLocalRef calls 2023-05-07 18:44:43 +02:00
DInput
DualShockUDPClient
evdev
ForceFeedback
Pipes
Quartz
SDL
SteamDeck Support Steam Deck controls directly through hidraw 2023-05-10 13:28:32 +01:00
Touch
WGInput
Wiimote
Win32
XInput
Xlib XInput2: Listen to master devices only 2023-05-19 14:20:10 -07:00
ControllerInterface.cpp Merge pull request #11739 from OatmealDome/iokit-be-gone 2023-05-19 19:31:40 +02:00
ControllerInterface.h Support Steam Deck controls directly through hidraw 2023-05-10 13:28:32 +01:00
CoreDevice.cpp
CoreDevice.h
InputBackend.cpp
InputBackend.h
MappingCommon.cpp InputCommon: Don't treat two analog inputs as a spurious trigger combo 2023-06-06 22:07:14 +02:00
MappingCommon.h