mirror of
https://github.com/d0k3/SafeB9SInstaller.git
synced 2025-06-26 05:32:45 +00:00
Clear screen before running the installer
This commit is contained in:
parent
93fd1adec2
commit
8c968f8001
@ -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.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user