Skip to content

0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 18:36
· 306 commits to master since this release
0.10.1
1cdb17e

Added

  • Initial support for the PyBoy compatibility layer - #36
  • Support for PyPi registry for the PyO3 package - #43
  • Python interface file for base boytacean (boytacean.pyi)
  • Interface to custom boot ROM loading in Python

Changed

  • Better boot_dump.py script with support for other string output formats
  • Improved error handling using the Error enum

Fixed

  • Issue related to interrupt timing, reduce interrupt to 20 cycles instead of 24
  • Libretro issue with the loading of the base emulator info retro_get_system_info()
  • Bumped base rust version to fix issue with GitHub Action Deploy workflow