Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 36 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
SciresM
released this
0.8.10 is Atmosphère's seventeenth official release.
fusee-primary was last updated in: 0.8.10.
With thanks to the @switchbrew team, Atmosphère 0.8.10 is bundled with hbl 2.1, and hbmenu 3.0.1.
The following was changed since the last release:
- A bug was fixed that could cause incorrect system memory allocation on 5.0.0.
- 5.0.0 should now correctly have an additional 12 MiB allocated for sysmodules.
- Atmosphère features which check button presses now consider all controllers, instead of just P1.
- Support was added for configuring language/region on a per-game basis.
- This is managed by editing
atmosphere/titles/<title id>/config.inifor the game. - To edit title language, edit
override_config!override_language.- The languages supported are
ja,en-US,fr,de,it,es,zh-CN,ko,nl,pt,ru,zh-TW,en-GB,fr-CA,es-419,zh-Hans,zh-Hant.
- The languages supported are
- To edit title region, edit
override_config!override_region.- The regions supported are
jpn,usa,eur,aus,chn,kor,twn.
- The regions supported are
- This is managed by editing
- Atmosphère now provides a reimplementation of the
bootsystem module.bootis responsible for performing hardware initialization, showing the Nintendo logo, and repairing NAND on system update failure.- Atmosphère's
bootimplementation preserves AutoRCM during NAND repair.- NAND repair occurs when an unexpected shutdown or error happens during a system update.
- This fixes a final edge case where AutoRCM might be removed by HOS, which could cause a user to burn fuses.
- General system stability improvements to enhance the user's experience.
For information on the featureset supported by 0.8.0, please see the official release notes.