Skip to content

Commit dc32c4e

Browse files
committed
exclude extra actions made by Clover
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent 5f5428c commit dc32c4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Library/OcMainLib/OpenCoreUefiInOut.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ OcLoadUefiOutputSupport (
244244
OC_BLOB_GET (&Config->Uefi.Output.Resolution)
245245
));
246246

247+
#ifndef CLOVER_BUILD
247248
if (SetMax || ((Width > 0) && (Height > 0))) {
248249
Status = OcSetConsoleResolution (
249250
Width,
@@ -265,7 +266,7 @@ OcLoadUefiOutputSupport (
265266
} else {
266267
Status = EFI_UNSUPPORTED;
267268
}
268-
269+
#endif
269270
if (Config->Uefi.Output.GopBurstMode) {
270271
OcSetGopBurstMode ();
271272
}

0 commit comments

Comments
 (0)