0.19.2
Atmosphere-NX/Atmosphere0.19.2Apr 30, 2021by SciresM
AI Summary
Updated to reflect official 12.0.0 behaviors, upgraded to GCC 11, and implemented forced shutdown detection in the erpt system module.
Key Highlights
- Updated to reflect official 12.0.0 behaviors
- GCC 11 upgrade resulting in a smaller kernel image
- erpt now implements forced shutdown detection
- Fixed black screen boot on firmware 2.0.0-4.1.0
New Features
- GCC 11 upgrade
- Forced shutdown detection in erpt
Full Release Notes
**0.19.2** is Atmosphère's forty-eighth official release.
fusee-primary was last updated in: **0.19.2**.
With thanks to the @switchbrew team, Atmosphère 0.19.2 is bundled with [hbl](https://github.com/switchbrew/nx-hbloader) 2.4.1, and [hbmenu](https://github.com/switchbrew/nx-hbmenu) 3.4.0.
**Note**: The erpt build in the 0.19.0 zip was updated on 2021/04/30 at 2:50 PM PST to fix a crash when booting without a pre-existing erpt savefile. The updated zip has a build hash of "-14ed4e40".
The following was changed since the last release:
+ Atmosphère's components were further updated to reflect latest official behaviors as of 12.0.0.
+ Notably, `erpt` was updated to implement the new forced shutdown detection feature.
+ When a forced-shutdown occurs, an erpt_report will be generated and saved to the SD card on the next boot.
+ Atmosphere-libs was updated to use GCC 11 (latest devkitA64/devkitARM releases).
+ Initial inspections show mild-to-moderate optimizer improvements in several important places (kernel is 0x3000 smaller).
+ General system stability improvements to enhance the user's experience.
+ A number of minor issues were fixed, including:
+ A bug was fixed that caused a black screen when attempting to boot firmware versions 2.0.0-4.1.0.
+ A bug was fixed that caused sm to abort when at the session limit, rather than returning error codes.
+ A bug was fixed that allowed for resource exhaustion on 12.0.0, under certain circumstances.
+ Several issues were fixed, and usability and stability were improved.
For information on the featureset supported by 0.19, please see [the official release notes](https://github.com/Atmosphere-NX/Atmosphere/releases/tag/0.19.0).