๐ Bugfixes
- GUI Hardware sprite checkbox wouldn't enable when needed
- some RTG options were not changed on-the-fly
- fix mouse drift when using RTG hardware sprite
- absolute mouse movement did not scale correctly in single line mode
- fix offset for button indicators in ControllerMap GUI (fixes #1228)
- Fix absolute mouse positioning for RTG modes as well (fixes #1230)
- Fixed crash when using Restart after previous updates
- Fixed crash/freeze when trying to access FloppyDriveBridge devices under macOS (fixes #1106)
- Ensure changes in virtual mouse and magic mouse are applied immediately (fixes #1225)
- Removed some buggy Fast copper experimental code
๐จ Improvements
- When emulating, disable RTG settings that cannot be changed on-the-fly
- added always on top options to Misc panel in GUI, fixed navigation
- Partial merge of GFX updates from Preview
- improve WHDBooter prefs changes
- implement floppydatapullup option
- more WHDBooter improvements
๐๏ธ Build System
- Add Apple Silicon runner
- Fix missing autoheader in M1 runner
- Switch MacOS x84_64 runner to MacOS 14 also
- Remove Guisan OpenGL files
- Switch macOS x86 runner to macOS-latest, instead of macOS-14
- added VS Cmake configs
๐ช Refactors
- removed references to unused SDL cursor
- rename JIT files to make it easier to debug
- Move SDL_Quit to do_leave_program
๐ Documentation Changes
- improve help text in RTG panel
๐งน Chores
- Merge some updates from Preview branch
- remove obsolete VSLinux files