Changelog:
r44869 | compyx | 2023-12-14 12:21:10 +0000 (Thu, 14 Dec 2023) | 6 lines
Gtk3: ROM manager: make the GtkScrolledWindow height depend on machine
Make the GtkScrolledWindow that contains the collapsible ROM widget lists less
tall on xpet since we add a check button and two buttons to load a chargen in
xpet, but we don't for other emus.
------------------------------------------------------------------------
r44868 | compyx | 2023-12-14 08:07:29 +0000 (Thu, 14 Dec 2023) | 2 lines
Documentation: add `curl` to the required packages for MSYS2 builds
------------------------------------------------------------------------
r44867 | compyx | 2023-12-13 10:04:17 +0000 (Wed, 13 Dec 2023) | 7 lines
hvsclib: disable some debugging, clean up code a bit
Also bump library version number to 0.2 since md5 lookups were added, resulting
in being able to looking up "foreign" PSID file STIL/SLDB data. (When merging
the updated code back into the standalone repo the use of libgcrypt should be
enabled for md5 lookups).
------------------------------------------------------------------------
r44866 | pottendo | 2023-12-12 20:52:22 +0000 (Tue, 12 Dec 2023) | 3 lines
wic64: corrected error return in http_post_data w/o url, avoid static allocation for URL,
improved reset
------------------------------------------------------------------------
r44865 | pottendo | 2023-12-12 18:29:54 +0000 (Tue, 12 Dec 2023) | 3 lines
wic64: fixed http_post for servers not telling content length and
corrected WIC_CMD_POST_URL.
------------------------------------------------------------------------