Changelog:
r45632 | gpz | 2025-04-13 16:57:32 +0000 (Sun, 13 Apr 2025) | 1 line
improve help output and docs as suggested by tokra
------------------------------------------------------------------------
r45631 | gpz | 2025-04-13 01:29:54 +0000 (Sun, 13 Apr 2025) | 1 line
fix CPU port emulation for SX64. On the SX64 board, bits 3,4,5 of the CPU port are not connected, and thus read back as 0. We still need to disable anything tape related when SX64 (and perhaps C64GS?) is selected.
------------------------------------------------------------------------
r45630 | compyx | 2025-04-12 13:32:34 +0000 (Sat, 12 Apr 2025) | 5 lines
Joystick: DirectInput: fix POV direction handling
Take low WORD of POV values before checking for -1/0xffff. Neutral is reported
as 0xffff, not 0xffffffff as I thought.
------------------------------------------------------------------------
r45629 | compyx | 2025-04-12 11:02:01 +0000 (Sat, 12 Apr 2025) | 5 lines
Joystick: update Linux driver
Prevent reopening a device when calling open(), check we have an opened device
before handling events in poll().
------------------------------------------------------------------------
r45628 | empathicqubit | 2025-04-10 02:33:23 +0000 (Thu, 10 Apr 2025) | 1 line
If no SDL2 renderer is explicitly specified, and no accelerated renderer can be created, try falling back to any available renderer
------------------------------------------------------------------------