Changelog:
r44738 | compyx | 2023-11-17 05:55:25 +0000 (Fri, 17 Nov 2023) | 5 lines
NEWS: Add changes to configure
Add notes about `--enable-libieee1284` becoming `--with-libieee1284` and
`--enable-portaudio` becoming `--with-portaudio`.
------------------------------------------------------------------------
r44735 | compyx | 2023-11-16 18:49:12 +0000 (Thu, 16 Nov 2023) | 5 lines
Put debug print of function name at top of function `xpet_ui_shutdown()`
No point in printing the function name near the end of the function when all
the previous code in the function can fail =)
------------------------------------------------------------------------
r44734 | compyx | 2023-11-16 17:53:49 +0000 (Thu, 16 Nov 2023) | 5 lines
SDL: fix redefinition of `RGB` on Windows
Apparently `wingdi.h` defines `RGB`, so we redefine our own local macro in xpet
to `RGB_encode()`.
------------------------------------------------------------------------
r44730 | gpz | 2023-11-16 16:53:59 +0000 (Thu, 16 Nov 2023) | 1 line
ignore deps folder
------------------------------------------------------------------------
r44729 | gpz | 2023-11-16 16:37:18 +0000 (Thu, 16 Nov 2023) | 1 line
prepare mmcr for c128 mode, not working yet :)
------------------------------------------------------------------------