Changelog:
r43187 | compyx | 2023-02-16 10:28:36 +0000 (Thu, 16 Feb 2023) | 3 lines
Gtk3: SFX Sound Sampler settings: use unlocked signal handler for toggling sensitivity of other widgets
------------------------------------------------------------------------
r43186 | compyx | 2023-02-16 10:17:02 +0000 (Thu, 16 Feb 2023) | 3 lines
Gtk3: Settings dialog: CP/M cartridge: use proper function and defines
------------------------------------------------------------------------
r43185 | compyx | 2023-02-16 10:10:13 +0000 (Thu, 16 Feb 2023) | 7 lines
Gtk3: Settings dialog: refactor SFX Sound Sampler widgets
Use the check button from carthelpers.c that properly checks if enabling or
disabling cart emulation fails and set the widget state accordingly. Remove
static variable by passing widget pointer as the data argument of signal handler.
------------------------------------------------------------------------
r43184 | fabbo | 2023-02-16 07:15:44 +0000 (Thu, 16 Feb 2023) | 2 lines
Properly shut down joystick resources. Similar to what joy_arch_resources_shutdown used to do
------------------------------------------------------------------------
r43183 | blackystardust | 2023-02-16 02:46:58 +0000 (Thu, 16 Feb 2023) | 1 line
Make function static, doesn't need to be used anywhere else.
------------------------------------------------------------------------