forked from Mirror/SafeB9SInstaller
Deinit filesystem before showing the last prompt
This commit is contained in:
parent
6c493ac132
commit
30c728b4a8
@ -29,9 +29,9 @@ void main(int argc, char** argv)
|
|||||||
ClearScreenF(true, true, COLOR_STD_BG);
|
ClearScreenF(true, true, COLOR_STD_BG);
|
||||||
u32 ret = SafeB9SInstaller();
|
u32 ret = SafeB9SInstaller();
|
||||||
ShowInstallerStatus(); // update installer status one last time
|
ShowInstallerStatus(); // update installer status one last time
|
||||||
|
fs_deinit();
|
||||||
if (ret) ShowPrompt(false, "SigHaxed FIRM was not installed!\nCheck lower screen for info.");
|
if (ret) ShowPrompt(false, "SigHaxed FIRM was not installed!\nCheck lower screen for info.");
|
||||||
else ShowPrompt(false, "SigHaxed FIRM install success!");
|
else ShowPrompt(false, "SigHaxed FIRM install success!");
|
||||||
ClearScreenF(true, true, COLOR_STD_BG);
|
ClearScreenF(true, true, COLOR_STD_BG);
|
||||||
fs_deinit();
|
|
||||||
Reboot();
|
Reboot();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user