Added a ClearScreen call to the graphics init.

This should erase everything on the screen before anything else.
This commit is contained in:
Curle 2019-08-20 16:42:57 +01:00
parent 6238fbf8fe
commit f79f04361a

View File

@ -37,6 +37,8 @@ void SetupPrinting(EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE GPU) {
Print_Info.cursorPos = 0;
Print_Info.scrollMode = 0;
ClearScreen(GPU);
}
void WriteScaledFormatString(EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE GPU,