Skip to content

r44911 Windows

Choose a tag to compare

@Zibri Zibri released this 27 Dec 20:31
c2b97ae

Changelog:

r44911 | compyx | 2023-12-27 20:07:42 +0000 (Wed, 27 Dec 2023) | 8 lines

Gtk3: Fix "Reset" button of the mixer widget

Call `vice_gtk3_resource_scale_custom()` to properly translate the resource
factory values to display values instead of using the raw resource values to
set the display values.
Also make the "Reset" button only factory-reset the resources for the current
SID model, not both.

------------------------------------------------------------------------
r44910 | compyx | 2023-12-27 19:57:33 +0000 (Wed, 27 Dec 2023) | 6 lines

Gtk3: Fix behaviour of individual "Reset" buttons of mixer scales

The Reset buttons for the ReSID sliders in the settings dialog used the wrong
method to reset to factory, so 6581 filter bias would be set to +500mV instead
of +0.5mV, resuling in the slider hitting the upper bound of +5.0mV.

------------------------------------------------------------------------
r44909 | compyx | 2023-12-27 13:02:40 +0000 (Wed, 27 Dec 2023) | 2 lines

Fix standard header include

------------------------------------------------------------------------
r44908 | compyx | 2023-12-27 06:30:15 +0000 (Wed, 27 Dec 2023) | 5 lines

Remove duplicate GPL license and warranty texts in src/info.c

For some reason we had Windows MIPS-specific license/warranty texts in src/info,
thanks to ccr for the heads up.

------------------------------------------------------------------------
r44907 | compyx | 2023-12-27 06:04:45 +0000 (Wed, 27 Dec 2023) | 8 lines

Gtk3: Settings dialog: replace old ROM settings with new interface

Use the "ROM manager" which was only available in debug builds as the new
interface for managing machine and drive ROMs. Kill and destroy the old ROM
settings code. The new interface actually allows users to load/save .vrs files,
unlike the old interface. No support for ROM set archives (.vra), since nobody
uses those and they're an unwieldy mess.

------------------------------------------------------------------------