Changelog:
r44565 | compyx | 2023-10-01 07:24:54 +0000 (Sun, 01 Oct 2023) | 5 lines
Fix some codestyle issues
Use `Type *foo`, not `Type* foo`, we are not weirdos.
Opening brace of a function definition should be on a new line.
------------------------------------------------------------------------
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
------------------------------------------------------------------------