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

Function SetNextScreenMode

rEFIt_UEFI/refit/screen.cpp:481–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479//
480
481VOID SetNextScreenMode(INT32 Next)
482{
483 EFI_STATUS Status;
484
485 Status = egSetMode(Next);
486 if (!EFI_ERROR(Status)) {
487 UpdateConsoleVars();
488 }
489}
490
491//
492// Updates console variables, according to ConOut resolution

Callers 1

RunGenericMenuMethod · 0.85

Calls 2

egSetModeFunction · 0.85
UpdateConsoleVarsFunction · 0.85

Tested by

no test coverage detected