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

Function PatchVideoBios

rEFIt_UEFI/refit/main.cpp:1458–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456
1457
1458VOID PatchVideoBios(UINT8 *Edid)
1459{
1460
1461 if (gSettings.PatchVBiosBytesCount > 0 && gSettings.PatchVBiosBytes != NULL) {
1462 VideoBiosPatchBytes(gSettings.PatchVBiosBytes, gSettings.PatchVBiosBytesCount);
1463 }
1464
1465 if (gSettings.PatchVBios) {
1466 VideoBiosPatchNativeFromEdid(Edid);
1467 }
1468}
1469
1470
1471static VOID LoadDrivers(VOID)

Callers 1

LoadDriversFunction · 0.85

Calls 2

VideoBiosPatchBytesFunction · 0.85

Tested by

no test coverage detected