Changelog:
r44564 | gpz | 2023-09-30 16:26:42 +0000 (Sat, 30 Sep 2023) | 1 line
fix debug logging
------------------------------------------------------------------------
r44563 | compyx | 2023-09-30 15:14:10 +0000 (Sat, 30 Sep 2023) | 6 lines
Joystick: Add comment and FIXME for (misnamed) `gtkjoy_pins[]` array
Explain what issue the array and its related functions solve and add a FIXME
with a better approach to be implemented when reworking the joy mapping code
further.
------------------------------------------------------------------------
r44562 | gpz | 2023-09-30 14:29:17 +0000 (Sat, 30 Sep 2023) | 1 line
when resetting settings to default, do not fail when resetting a resource fails. fixes #1948
------------------------------------------------------------------------
r44561 | compyx | 2023-09-30 13:54:53 +0000 (Sat, 30 Sep 2023) | 2 lines
SDL: remove some unused joystick-related code
------------------------------------------------------------------------
r44560 | compyx | 2023-09-30 07:47:42 +0000 (Sat, 30 Sep 2023) | 6 lines
Joystick: remove logging of errors for JOY_ACTION_MAP / JOY_ACTION_UI_ACTIVATE
We set the mapping's `action` member when registering a button/axis/hat mapping
and these actions do not require further processing (no arguments for these
actions), so we can simply "handle" them with a NOP in their respective case.
------------------------------------------------------------------------