Skip to content

v1.1.8

Latest
Compare
Choose a tag to compare
@JesseTG JesseTG released this 19 Oct 21:38

Thanks to @oddballparty and a private sponsor for their generosity!

Added

  • Added RelWithDebInfo builds that include Tracy support.
    These will be distributed on GitHub for all supported platforms,
    starting with this release.
  • Added Debug builds that include debugging information and limited optimizations.
    Useful for debugging crashes and other issues,
    not recommended for general gameplay.
  • Added a contributor's guide at CONTRIBUTING.md.
    #107
  • Added guidelines for reporting security vulnerabilities at SECURITY.md.
  • Added right-handed versions of the hybrid screen layouts.
    #38
    Thanks for #229, @roblar91!

Changed

  • Moved build instructions from README.md to the new CONTRIBUTING.md.

Fixed

  • Fixed encrypted NDS ROMs failing to load without any feedback;
    loading one without using the native BIOS will now display an error message.
    #228
  • Fixed Blow mode for emulated microphone input not being implemented
    despite being available in the core options.
    #187