Skip to content

v5.7.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 19:39
779090b

πŸŽ‰ New Features

  • Implemented Integer scaling (fixes #1352) - check the Wiki for more details
  • implemented Resolution Autoswitch option
  • Added default option to control resolution autoswitch from amiberry.conf
  • Auto-detect MT32 titles in whdbooter and enable MIDI-out if ROMs are available

πŸ› Bugfixes

  • keyboard and mouse was not always grabbed (#1351)
  • don't grab mouse/keyboard in the GUI window (fixes #1357)
  • VKBD would not show if Auto-Crop was enabled
  • Custom controls would not get loaded when starting from cmd line (fixes #1355)
  • Fix KMSDRM problems when switching between GUI -> emulation (fixes #1351)
  • when loading custom mapping, skip the check for isrealbutton (#1355)
  • store joystick GUID, use it to check before re-importing joysticks (#1355)

πŸ”¨ Improvements

  • auto-crop scaling improvements, for integer scaling
  • make "System Default" sound card option the default
  • GUI window improvements

πŸ—οΈ Build System

  • ensure the floppybridge build is completed, before attempting to copy the lib
  • add USE_GPIOD in CMakeLists.txt also
  • Rename macOS M1 packages to macOS Apple Silicon
  • fix apple silicon build

πŸͺš Refactors

  • allow Memory Cycle-Exact to be selected for 68000
  • Refactored target_cfgfile_load function
  • remove more checks for isrealbutton from controller mapping (#1355)
  • added some more logging in target_cfgfile_load function (#1355)
  • accept .uae config files in cmd line, even if they are not the last item (#1355)

πŸ“š Documentation Changes

  • Updated help text in Input panel (fixes #1349)

Full Changelog: v5.7.2...v5.7.3