Back
nx-ovlloader
by WerWolv
|
Version | 1.0.7 |
Zip size | 156 KiB |
License | n/a |
Updated | 10/05/2023 |
Downloads | 143,267 |
MD5 | f937497ce6c5115fb8e7fd667fbe1500 |
App Details
Host process for loading Switch overlay OVLs (NROs)
This is the loader service of the Tesla ecosystem. It's derrived from the default nx-hbloader. When being run, this service automatically tries to chainload /switch/.overlays/ovlmenu.ovl, the Tesla Menu. From there on it will load and switch between different overlays on request.
Changelog
1.0.7
16.0.0 Support
1.0.6
A check preventing Tesla from running (and crashing / causing issues) on firmwares bellow 9.0.0 went missing with the last release. This re-adds that check again. Thanks to @friedkeenan
1.0.5
Increased stack and heap size a bit again to prevent issues people were facing with certain overlays
1.0.4
Update to work with firmware version 10.0.0
Reduced stack size to 0x10000 and heap to 0x400000
PLEASE MAKE SURE TO DELETE THE /atmosphere/contents/010000000007E51A FOLDER WHEN UPDATING!!!
1.0.3
Before, libtesla exhausted service sessions which made qlaunch crash on firmwares lower than 9.0.0. nx-ovlloader now gracefully exits instead of making qlaunch crash.
If you're using a firmware lower than 9.0.0, please update!
1.0.2
This version allows changing of the default overlay's argvs without having to overwrite the default nro path using envSetNextLoad
1.0.1
If there's no ovlmenu.ovl present on the SD card, instead of fataling Tesla now gracefully exits and will try loading it again on next restart (or when enabled by the Kosmos Toolbox for example)