Clear screen before running the installer

This commit is contained in:
d0k3 2017-05-20 15:36:57 +02:00
parent 93fd1adec2
commit 8c968f8001

View File

@ -13,6 +13,7 @@ void Reboot()
int main() int main()
{ {
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
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.");