Changelog:
r44554 | compyx | 2023-09-22 04:01:09 +0000 (Fri, 22 Sep 2023) | 5 lines
Gtk3: palette widget: properly check "${CHIP}PaletteFile" resource
An unset resource will not be NULL, but rather "", so we need to check for an
empty string along with checking for NULL.
------------------------------------------------------------------------
r44553 | compyx | 2023-09-22 03:38:30 +0000 (Fri, 22 Sep 2023) | 2 lines
Fix accidental removal of 'D' from `USE_VICE_THREAD` =)
------------------------------------------------------------------------
r44552 | compyx | 2023-09-22 03:22:35 +0000 (Fri, 22 Sep 2023) | 2 lines
Move VICE into the early 2000's: use `bool` for some boolean flags
------------------------------------------------------------------------
r44551 | compyx | 2023-09-22 02:50:33 +0000 (Fri, 22 Sep 2023) | 6 lines
Joystick: parser: don't call strlen() twice, add comments about iffy code
Reuse strlen() result to avoid calling strlen() twice on the same string.
Add comment about '#' inside comments breaking the parser, add comment about
I/O error causing the parser to enter infinite loop.
------------------------------------------------------------------------
r44550 | gpz | 2023-09-21 18:53:58 +0000 (Thu, 21 Sep 2023) | 1 line
When loading an external palette fails, use the internal palette instead, so we don't get a black screen.
------------------------------------------------------------------------