Skip to content

Atmosphère+ 1.11.2 - supports HOS version: 22.5.0 (rebuild)

Latest

Choose a tag to compare

@borntohonk borntohonk released this 22 Aug 09:49

note: august 22th of 2026 - rebuild release - only layered ontop of recent atmosphere fixes/changes - nothing new

(these specific commits:

Atmosphere-NX@f7d46d3
Atmosphere-NX@b05166d
Atmosphere-NX@3ace80c
Atmosphere-NX@3825180
Atmosphere-NX@7b6ee49

)

(rebuild against the real atmosphere 1.11.2 release with gcc16)
adds general support for 22.5.0

embeds patches into loader (for exefs_patches) through a sys-patch like pattern mechanic.
modifies loader for "loader_kip_patch"
embeds sys-patch-like mechanic into mesosphere for "fs_kip_patch" (both fusee and hekate boot supported)

("why does this exist? > why not)
("why not just use sys-patch?" -> sys-patch uses svcdebug to edit memory of already running applications, embedding patches into loader and mesosphere before the processes can be more reliable)

see: 8a94b1f for more information