Changelog:
r44937 | compyx | 2024-01-02 15:56:33 +0000 (Tue, 02 Jan 2024) | 4 lines
SDL: enable joystick menu navigation by default
Set resource "JoyMenuControl" factory value to 1.
------------------------------------------------------------------------
r44936 | compyx | 2024-01-02 08:32:02 +0000 (Tue, 02 Jan 2024) | 7 lines
Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port
Do not show the menu (SDL) or settings dialog (Gtk3) when pressing an automapped
button on a controller that isn't mapped to an emulated joystick port. Same for
UI actions (though no actions are mapped by default).
Should circumvent bug #1971 until we have proper joystick mappings implemented.
------------------------------------------------------------------------
r44935 | compyx | 2024-01-01 15:26:47 +0000 (Mon, 01 Jan 2024) | 2 lines
SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time
------------------------------------------------------------------------
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines
libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`
------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines
Fix some casting madness in `resource_item_isdefault()`
------------------------------------------------------------------------