Changelog:
r43584 | gpz | 2023-03-26 19:12:21 +0000 (Sun, 26 Mar 2023) | 1 line
document resources event_relevant/event_strict_value better
------------------------------------------------------------------------
r43583 | rhialto | 2023-03-26 16:07:31 +0000 (Sun, 26 Mar 2023) | 4 lines
Simplify some #ifdefs.
Also, remind myself why the high-pass code looks so much like the low-pass code.
------------------------------------------------------------------------
r43582 | rhialto | 2023-03-26 15:54:22 +0000 (Sun, 26 Mar 2023) | 5 lines
Restore the lovely PET dingeling sound.
Use our own variable to remember that we have been initialized, instead of
(ab)using .chip_enabled for it.
------------------------------------------------------------------------
r43581 | rhialto | 2023-03-26 14:55:07 +0000 (Sun, 26 Mar 2023) | 4 lines
Fix nasty buzz on sun/netbsd sound driver
when specifying stereo, or multiple SIDs.
------------------------------------------------------------------------
r43580 | compyx | 2023-03-26 07:42:05 +0000 (Sun, 26 Mar 2023) | 7 lines
UI actions: always invoke the dispatch function
Since we won't know where the call to ui_action_trigger() comes from UIs other
than Gtk3 or when calling from joystick input, we leave it to the dispatch
function to figure out what to do with regards to thread-safety.
------------------------------------------------------------------------