Die neue Switch-Firmware 9.2.0 wird unterstützt. Auch lässt sich der Inhalt von elektronischen Bedienungsanleitungen per LayeredFS umleiten (im Pfad /atmosphere/contents/TITLEID/manual_html/
). Zudem wurde der Speicherverbrauch von fatal
und sm
gesenkt und die Auto-Migration von /atmosphere/titles/
nach /atmosphere/contents/
entfernt – benennt den Ordner selbst um, wenn AMS es noch nicht getan hat.
Die Signatur-Patches sollten ohne Anpassung funktionieren, da ES und FS nicht aktualisiert wurden.
* Support was added for 9.2.0. * Support was added for redirecting manual html content for games. * * This works like normal layeredfs, replacing content placed in /atmosphere/contents/program id/manual_html/. * * This allows for game mods/translations to provide custom manual content, if they so choose. * A number of improvements were made to Atmosphere's memory usage, including: * * fatal now uses STB instead of freetype for rendering. * * * This saves around 1 MB of memory, and makes our fatal substantially leaner than Nintendo's. * * sm no longer wastes 2 MiB unnecessarily. * fusee/sept's sdmmc access now better matches official behavior. * * This improves compatibility with some SD cards. * ro has been updated to reflect changes made in 9.1.0. * The temporary auto-migration added in 0.10.0 has been removed, since the transitionary period is well over. * General system stability improvements to enhance the user's experience.