1.2.6
Atmosphere-NX/Atmosphere1.2.6Jan 20, 2022by SciresM
AI Summary
Adds support for 13.2.1 and optimizes service table dispatch performance by switching from linear search to binary search.
Key Highlights
- Support added for 13.2.1
- Service table dispatch optimization (binary search)
- Static initialization logic made more regular
Breaking Changes
- fusee-primary no longer exists and will not work
New Features
- Support for 13.2.1
- hbl updated to 2.4.1
- hbmenu updated to 3.5.0
Full Release Notes
**1.2.6** is Atmosphère's sixty-third official release. **Please be sure to update fusee when upgrading to 1.2.6**. fusee-primary no longer exists, and will not work any more. With thanks to the @switchbrew team, Atmosphère 1.2.6 is bundled with [hbl](https://github.com/switchbrew/nx-hbloader) 2.4.1, and [hbmenu](https://github.com/switchbrew/nx-hbmenu) 3.5.0. The following was changed since the last release: * Support was added for 13.2.1. * A number of minor issues were fixed and improvements were made, including: * A minor performance improvement was implemented in service table dispatch by sorting and binary-searching the service command table instead of using linear search. * Static initialization logic in Atmosphere was made much more regular. * General system stability improvements to enhance the user's experience. For information on the featureset supported by 1.2, please see [the official release notes](https://github.com/Atmosphere-NX/Atmosphere/releases/tag/1.2.0).