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

Function FinishTextScreen

rEFIt_UEFI/refit/screen.cpp:167–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167VOID FinishTextScreen(IN BOOLEAN WaitAlways)
168{
169 if (haveError || WaitAlways) {
170 SwitchToText(FALSE);
171 // PauseForKey(L"FinishTextScreen");
172 }
173
174 // reset error flag
175 haveError = FALSE;
176}
177
178VOID BeginExternalScreen(IN BOOLEAN UseGraphicsMode/*, IN CONST CHAR16 *Title*/)
179{

Callers 1

RefitMainFunction · 0.85

Calls 1

SwitchToTextFunction · 0.85

Tested by

no test coverage detected