Fix UEFI output on MacPro3,1 with PC GPUs

This commit is contained in:
Mykola Grymalyuk
2021-05-23 11:31:56 -06:00
parent d1dd8a0e2e
commit 98bc71e46a
7 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ class BuildOpenCore:
# Add UGA to GOP layer
if self.model in ModelArray.UGAtoGOP:
print("- Adding UGA to GOP Patch")
self.config["UEFI"]["Output"]["GopPassThrough"] = True
self.config["UEFI"]["Output"]["GopPassThrough"] = "Apple"
# ThirdPartDrives Check
if self.model not in ModelArray.NoSATAPatch: