mirror of
https://github.com/d0k3/SafeB9SInstaller.git
synced 2025-06-26 05:32:45 +00:00
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);
|
||||
u32 ret = SafeB9SInstaller();
|
||||
ShowInstallerStatus(); // update installer status one last time
|
||||
fs_deinit();
|
||||
if (ret) ShowPrompt(false, "SigHaxed FIRM was not installed!\nCheck lower screen for info.");
|
||||
else ShowPrompt(false, "SigHaxed FIRM install success!");
|
||||
ClearScreenF(true, true, COLOR_STD_BG);
|
||||
fs_deinit();
|
||||
Reboot();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user