Changelog:
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
------------------------------------------------------------------------
r45627 | gpz | 2025-04-07 20:09:08 +0000 (Mon, 07 Apr 2025) | 1 line
better check for invalid value
------------------------------------------------------------------------
r45626 | gpz | 2025-04-07 20:08:04 +0000 (Mon, 07 Apr 2025) | 1 line
disable debug output
------------------------------------------------------------------------