exo: Use exo new instead of fss ver for new versioning

This commit is contained in:
CTCaer
2020-06-15 10:57:15 +03:00
parent 9e48d64b27
commit 1369d66043
5 changed files with 4 additions and 6 deletions

View File

@@ -989,7 +989,7 @@ int hos_launch(ini_sec_t *cfg)
// Config Exosphère if booting full Atmosphère.
if (ctxt.atmosphere && ctxt.secmon)
config_exosphere(&ctxt, warmboot_base);
config_exosphere(&ctxt, warmboot_base, exo_new);
// Unmount SD card and eMMC.
sd_end();