Skip to content

Commit

Permalink
exclude extra actions made by Clover
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <[email protected]>
  • Loading branch information
SergeySlice committed Jun 10, 2024
1 parent 5f5428c commit dc32c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/OcMainLib/OpenCoreUefiInOut.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ OcLoadUefiOutputSupport (
OC_BLOB_GET (&Config->Uefi.Output.Resolution)
));

#ifndef CLOVER_BUILD
if (SetMax || ((Width > 0) && (Height > 0))) {
Status = OcSetConsoleResolution (
Width,
Expand All @@ -265,7 +266,7 @@ OcLoadUefiOutputSupport (
} else {
Status = EFI_UNSUPPORTED;
}

#endif
if (Config->Uefi.Output.GopBurstMode) {
OcSetGopBurstMode ();
}
Expand Down

0 comments on commit dc32c4e

Please sign in to comment.