Equalize hekate main and Nyx sd based functions

This commit is contained in:
CTCaer
2020-06-13 18:32:40 +03:00
parent 7dd3178d48
commit 21548545fc
29 changed files with 167 additions and 103 deletions

View File

@@ -137,7 +137,7 @@ void reboot_normal()
{
bpmp_mmu_disable();
sd_unmount();
sd_end();
display_end();
nyx_str->mtc_cfg.init_done = 0;
@@ -149,7 +149,7 @@ void reboot_rcm()
{
bpmp_mmu_disable();
sd_unmount();
sd_end();
display_end();
nyx_str->mtc_cfg.init_done = 0;
@@ -163,7 +163,7 @@ void reboot_rcm()
void power_off()
{
sd_unmount();
sd_end();
display_end();
nyx_str->mtc_cfg.init_done = 0;