| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-06 | InputCommon: Don't treat two analog inputs as a spurious trigger combo | JosJuice | |
| 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-05-16 | StringUtil: Move IsAlpha() into Common namespace | Lioncash | |
| 2022-03-16 | MappingCommon: Fix detection of hotkey and conjunction expressions. | Jordan Woyak | |
| 2022-03-06 | Move parts of MappingCommon out of DolphinQt | JosJuice | |
| Some of the functions in MappingCommon would be useful to use on mobile in the future. | |||
