Releases: iNDS-Team/iNDS
Version 1.10.8
Version 1.10.8 fixes the cover art system, thus closing #190. There also appears to be an issue with the previous Cydia release being corrupted, so hopefully, that is fixed in this version.
Full Changelog
Version 1.10.7
Version 1.10.7 adds better support for Dark Mode on iOS, thus fixing #129 and #148. Additionally, landscape mode support for modern iPhones (after iPhone X) was improved, fixing #153. Additionally, a bug was fixed in which the status bar would appear in-game and not be dismissable.
Full Changelog
Version 1.10.6
Version 1.10.6 fixes issue #149, a bug that made the emulator unusable on iOS 13 when using Simplified Chinese language settings.
Full Changelog
- Fixed iOS 13 regression bug when using Simplified Chinese (4bd50cf)
Version 1.10.5
Version 1.10.5 fixes #142, a high priority crashing bug that would crash iNDS after a few minutes of play on iOS 13.
Full Changelog
- Fixed emulator crashes on iOS 13 (ce5589e)
Version 1.10.4
Version 1.10.4 fixes a number of bugs that were mostly introduced with the update to iOS 13 including Dropbox syncing, crashes, and layout issues. Through these fixes #135, #133, #134, #132, and #139 were closed.
Full Changelog
Version 1.10.3
Version 1.10.3 fixes bugs in several games that are dependent on Advanced Bus Timing and Depth Comparison Threshold settings and adds an icon update feature to allow OpenVGDB to be updated with more games through the iNDS OpenVGDB Editor. Options have been added to the settings menu that controls these features. In doing so, #104, #92, #91, and #99 have been closed. Advanced Bus Timing allows Bowser's Inside Story & others to run while Depth Comparison Threshold allows Advance Wars Dual Strike & others to run.
Full Changelog
- Added Icon Update button in settings
- Filtered OpenVGDB to be relevant only to NDS games
- Added Advanced Bus Timing switch in settings
- Added Depth Comparison Threshold slider in settings
Version 1.10.2
Version 1.10.2 fixes microphone input (thanks @kmilner) and issues with the cheat system. In doing so, this release fixes #27, #65, and #66. Unfortunately, we had to remove one feature in favor of fixing the microphone: the mute switch detector. Hopefully, we will be able to add it back in a later release.
Full Changelog
Version 1.10.1
Version 1.10.0
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
.
Version 1.9.2
Version 1.9.2 addresses issue #58, which notes that the 8bitdo SNES30 controller was having button issues.
NOTE: This does not include PR #52, which is planned to update the DeSmuME core to 0.9.11.
Full Changelog
- Fixes typo which caused button issues on iCade controllers.