๐ Bugfixes
- CPU usage would climb to 100% when paused (fixes #1595)
- better fix for #1595
- Fixed incorrect title showing after selecting a CD image in GUI (fixes #1604)
- the default_prefs used ECS chipset settings (#1607)
- Fixed issue when uaescsi.device was enabled, after previous commit (fixes #1610)
- zfile changes caused exceptions if the filename had no extension
๐จ Improvements
- Some Voodoo updates (merged from WinUAE)
- initialize statefile_path with default prefs
- CDTV/CD32 auto-detect improvements (#1605)
- try to detect files with different capitalization in extensions (#1611)
- correctly detect both lowercase and uppercase file extensions (#1611)
๐ช Refactors
- move cap_fps to amiberry.cpp
- set the default line mode to Double
- CDDA playback changes (#1605)
- when auto-loading CD, fallback to CD32 always (#1605)
- remove extra function
- skip lsblk command for macOS
- use amiberry.conf for configured directories before creating the default ones (#1612, #1613)
- don't always create Amiberry/conf on startup (#1612, #1613)
- improve startup creation of whdboot files/dirs (#1615)
- improve double-click to start Config (#1590)
- fix build for CatchyOS systems (fixes #1619)
- add more keyboard mapping rows from WinUAE
- harmonize keyboard mapping with WinUAE - Backslash changed (#558)
๐งน Chores
- add more ifdefs