Changelog:
r44943 | compyx | 2024-01-03 08:59:50 +0000 (Wed, 03 Jan 2024) | 4 lines
Gtk3: fix format specifier
GdkDragAction appears to be unsigned.
------------------------------------------------------------------------
r44942 | compyx | 2024-01-03 08:52:10 +0000 (Wed, 03 Jan 2024) | 2 lines
Joystick: delete old entry parsing code
------------------------------------------------------------------------
r44941 | compyx | 2024-01-02 22:23:07 +0000 (Tue, 02 Jan 2024) | 4 lines
Gtk3: directinput: dump SomeBollocks->guidProduct and SomeBollocks->guidInstance when enumerating devices
Enable dumping of product and instance GUIDs when configured with `--enable-debug-gtk3ui`.
------------------------------------------------------------------------
r44940 | rhialto | 2024-01-02 17:14:49 +0000 (Tue, 02 Jan 2024) | 2 lines
Correct an address testing error; should fix bug #1974.
------------------------------------------------------------------------
r44939 | compyx | 2024-01-02 17:02:42 +0000 (Tue, 02 Jan 2024) | 5 lines
SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire
What is left is 4 directions (first four pins) and one button (first button on
the controller) assigned to fire (fifth pin).
------------------------------------------------------------------------