Skip to content

Version 1.10.0

Choose a tag to compare

@FrederickGeek8FrederickGeek8 released this 10 Oct 04:37
· 71 commits to master since this release
29d8feb

Version 1.10.0 upgrades the DeSmuME core to 0.9.11 as well as integrates the fixes to 3D coordinates made by @cbranch. By doing so, this release fixes a number of issues, namely #4, #43, and #49. Since this is such a major internal upgrade, previous save states (those made outside of game menus) no longer work on this version. Also, the DeSmuME core has been migrated to a separate repo and is linked to this one in the form of a git submodule.

Full Changelog

  • Added @cbranch 's coordinate fix, as described in #4
  • Fixed Ace Attorney 3D sections (#4)
  • Fixed compatibility of Wario D.I.Y (#49)
  • Migrated DeSmuME core to git submodule (iNDS-Team/desmume)
  • Migrated DeSmuME code into a library

Migration Guide
To migrate existing cloned repositories to the new git submodule system, first, update your local repository using git pull. Ensure that the desmume folder is empty, then run git submodule update --recursive --remote, which will download the DeSmuME core.

For new clones, you can clone the repository using git clone --recurse-submodules https://github.com/iNDS-Team/iNDS or git clone --recursive https://github.com/iNDS-Team/iNDS on earlier versions of Git.