Changelog:
r44567 | gpz | 2023-10-02 17:21:08 +0000 (Mon, 02 Oct 2023) | 1 line
fix building single emulator, ie make x64sc
------------------------------------------------------------------------
r44566 | oldwoman37 | 2023-10-02 17:20:57 +0000 (Mon, 02 Oct 2023) | 1 line
Fix for bug 1949; C64 ramlink disabled on alternating resets
------------------------------------------------------------------------
r44565 | compyx | 2023-10-01 07:24:54 +0000 (Sun, 01 Oct 2023) | 5 lines
Fix some codestyle issues
Use `Type *foo`, not `Type* foo`, we are not weirdos.
Opening brace of a function definition should be on a new line.
------------------------------------------------------------------------
r44564 | gpz | 2023-09-30 16:26:42 +0000 (Sat, 30 Sep 2023) | 1 line
fix debug logging
------------------------------------------------------------------------
r44563 | compyx | 2023-09-30 15:14:10 +0000 (Sat, 30 Sep 2023) | 6 lines
Joystick: Add comment and FIXME for (misnamed) `gtkjoy_pins[]` array
Explain what issue the array and its related functions solve and add a FIXME
with a better approach to be implemented when reworking the joy mapping code
further.
------------------------------------------------------------------------