Changelog:
r45371 | gpz | 2024-11-19 22:28:39 +0000 (Tue, 19 Nov 2024) | 1 line
Remove all magic related to mapping gamecontroller input to joystick(s) - this caused more problems than it solved. Use a custom mapping file instead (which does now work for both GTK and SDL port).
------------------------------------------------------------------------
r45370 | pottendo | 2024-11-18 19:26:10 +0000 (Mon, 18 Nov 2024) | 1 line
fixed cmds GET_LOCAL_TIME, GET_RSSI
------------------------------------------------------------------------
r45369 | pottendo | 2024-11-17 10:14:21 +0000 (Sun, 17 Nov 2024) | 1 line
fixed data counters in trace level 3
------------------------------------------------------------------------
r45368 | compyx | 2024-11-12 11:28:43 +0000 (Tue, 12 Nov 2024) | 2 lines
Add Windows 11 check to `archdep_get_runtime_info()`
------------------------------------------------------------------------
r45367 | compyx | 2024-11-12 09:19:30 +0000 (Tue, 12 Nov 2024) | 6 lines
Gtk3: generate gdk-pixbuf's `loader.cache` from loaders in bindist
Point `gdk-pixbuf-query-loaders` to the win32 bindist's `lib/gdk-pixbuf-2.0/2.10.0/` directory to
generate a proper `loaders.cache` file from the pixbuf loaders we've copied into the bindist.
Might fix bug #2081.
------------------------------------------------------------------------