Changelog:
r44811 | pottendo | 2023-11-29 21:55:46 +0000 (Wed, 29 Nov 2023) | 2 lines
wic64: aligned legacy protocol to new firmware behavior
------------------------------------------------------------------------
r44810 | compyx | 2023-11-29 07:41:06 +0000 (Wed, 29 Nov 2023) | 8 lines
Fix -Wstringop-truncation warning and possible buffer overflow bug
Pass the size of the buffer as the length argument to `strncpy()`, don't use the
input string length to terminate the buffer with a nul character (which can be
longer than the buffer allows), but always write a nul character as the final
character in the buffer in case `strncpy()` doesn't pad the buffer with nul if
the input string length is, or exceeds, the buffer length.
------------------------------------------------------------------------
r44809 | compyx | 2023-11-28 21:02:11 +0000 (Tue, 28 Nov 2023) | 5 lines
Gtk3: VSID: update mixer widget when changing tunes
Update the mixer widgets with the correct model resources according to the
currently playing tune.
------------------------------------------------------------------------
r44808 | pottendo | 2023-11-28 20:58:27 +0000 (Tue, 28 Nov 2023) | 3 lines
wic64: fixed SET_SERVER to make sktp client happy, fixed .prg length
kludge for full compatibility with legacy protocol.
------------------------------------------------------------------------
r44807 | compyx | 2023-11-28 17:52:48 +0000 (Tue, 28 Nov 2023) | 6 lines
Gtk3: VSID ReSID mixer: use proper units for sliders
Use custom formatted values with proper units next to the mixer sliders.
Still TODO: actually switch resources when switching SID model, either through
settings (override) or according to PSID info.
------------------------------------------------------------------------