GHA (mac): Attempt to build dos2unix from source if Homebrew fails to install it
--enable-debug adds -g -O0 already I don't believe so. -g -O3 is the default, --enable-debug doesn't change that for me, you might be confusing this with --enable-sanitizer ?
I would add --disable-optimization to the configure flags for better debug info too.
Fixed autostart crash in x64. It's possible for hsync stuff to be invoked from the UI thread during autostart and shutdown.
Add new joymap files to vice/data/joymaps/Makefile.am
Add macos joymap configs for d3/4/5 and xbox.
Fix warnings
Add major_change flag to joystick_ui_event(), allowing mapping UI to ignore axis noise.