Changelog:
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 :)
------------------------------------------------------------------------
r44728 | gpz | 2023-11-16 16:35:32 +0000 (Thu, 16 Nov 2023) | 1 line
remove some log noise
------------------------------------------------------------------------
r44727 | compyx | 2023-11-16 15:13:51 +0000 (Thu, 16 Nov 2023) | 2 lines
GHA: Enable portaudio for Windows builds
------------------------------------------------------------------------