MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / FinishExternalScreen

Function FinishExternalScreen

rEFIt_UEFI/refit/screen.cpp:200–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200VOID FinishExternalScreen(VOID)
201{
202 // make sure we clean up later
203 GraphicsScreenDirty = TRUE;
204
205 if (haveError) {
206 // leave error messages on screen in case of error,
207 // wait for a key press, and then switch
208 PauseForKey(L"was error, press any key\n");
209 SwitchToText(FALSE);
210 }
211
212 // reset error flag
213 haveError = FALSE;
214}
215
216VOID TerminateScreen(VOID)
217{

Callers 3

StartLoaderMethod · 0.85
StartLegacyMethod · 0.85
StartToolMethod · 0.85

Calls 2

SwitchToTextFunction · 0.85
PauseForKeyFunction · 0.50

Tested by

no test coverage detected