mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-29 21:12:06 +00:00
hos: Fix exosphere.ini parsing
This commit is contained in:
parent
ee8854fa14
commit
da8c040c08
1 changed files with 3 additions and 3 deletions
|
@ -839,9 +839,6 @@ int hos_launch(ini_sec_t *cfg)
|
||||||
|
|
||||||
gfx_printf("Rebuilt & loaded pkg2\n");
|
gfx_printf("Rebuilt & loaded pkg2\n");
|
||||||
|
|
||||||
// Unmount SD card.
|
|
||||||
sd_unmount();
|
|
||||||
|
|
||||||
gfx_printf("\n%kBooting...%k\n", 0xFF96FF00, 0xFFCCCCCC);
|
gfx_printf("\n%kBooting...%k\n", 0xFF96FF00, 0xFFCCCCCC);
|
||||||
|
|
||||||
// Clear pkg1/pkg2 keys.
|
// Clear pkg1/pkg2 keys.
|
||||||
|
@ -896,6 +893,9 @@ int hos_launch(ini_sec_t *cfg)
|
||||||
if (ctxt.atmosphere && ctxt.secmon)
|
if (ctxt.atmosphere && ctxt.secmon)
|
||||||
config_exosphere(&ctxt);
|
config_exosphere(&ctxt);
|
||||||
|
|
||||||
|
// Unmount SD card.
|
||||||
|
sd_unmount();
|
||||||
|
|
||||||
// Finalize MC carveout.
|
// Finalize MC carveout.
|
||||||
if (ctxt.pkg1_id->kb <= KB_FIRMWARE_VERSION_301)
|
if (ctxt.pkg1_id->kb <= KB_FIRMWARE_VERSION_301)
|
||||||
mc_config_carveout();
|
mc_config_carveout();
|
||||||
|
|
Loading…
Reference in a new issue