This commit is contained in:
Mykola Grymalyuk
2021-03-28 17:24:49 -06:00
parent 41733124db
commit eeeb222896

View File

@@ -252,7 +252,7 @@ class BuildOpenCore:
# Add UGA to GOP layer
if self.model in ModelArray.UGAtoGOP:
print("- Adding UGA to GOP Patch")
self.config["UEFI"]["ProtocolOverrides"]["GopPassThrough"] = True
self.config["UEFI"]["Output"]["GopPassThrough"] = True
# ThridPartDrives Check
if self.model not in ModelArray.NoSATAPatch: