Changelog:
r43173 | compyx | 2023-02-14 19:31:33 +0000 (Tue, 14 Feb 2023) | 5 lines
Gtk3: Settings dialog: refactor Magic Voice settings
Tweak layout, use resource filechooser for ROM selection.
------------------------------------------------------------------------
r43172 | compyx | 2023-02-14 19:19:32 +0000 (Tue, 14 Feb 2023) | 5 lines
Gtk3: Settings dialog: refactor ${CARTRIDGE_NAME_DIGIMAX} widgets
Remove custom combo box code with the resource-bound "hex" combo box widget.
------------------------------------------------------------------------
r43171 | compyx | 2023-02-14 18:39:33 +0000 (Tue, 14 Feb 2023) | 6 lines
Gtk3: Settings dialog: Update MMC64 and MMC Replay settings
Refactor mmcr code, tweak layout and update mmc64 layout so the two carts share
a similar layout.
------------------------------------------------------------------------
r43170 | fabbo | 2023-02-14 12:53:23 +0000 (Tue, 14 Feb 2023) | 2 lines
Mostly restore the previous implementation of sdljoy_check_axis_movement to solve unreliable axis setting. Also, fix pin mapping string
------------------------------------------------------------------------
r43169 | compyx | 2023-02-14 09:08:50 +0000 (Tue, 14 Feb 2023) | 9 lines
Gtk3: Settings dialog: rework MMC64 layout and code
Simplify code by removing a lot of custom widget code and static variables that
aren't used for anything (left-over from old glue logic perhaps). Try to group
the widgets together a little more consistently. Use a GtkSwitch for the jumper,
a physical button on the cart. Group the flush/save buttons in a GtkButtonBox
for homogeneuous sizes of the buttons.
------------------------------------------------------------------------