Changelog:
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.
------------------------------------------------------------------------
r43168 | fabbo | 2023-02-14 08:26:35 +0000 (Tue, 14 Feb 2023) | 2 lines
Mostly restore the previous implementation of sdljoy_check_hat_movement to solve the "sticky hat down" problem
------------------------------------------------------------------------
r43167 | blackystardust | 2023-02-14 03:46:34 +0000 (Tue, 14 Feb 2023) | 1 line
Changed some defines into enums (mainly stuff I either made myself or know about).
------------------------------------------------------------------------