mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
Fix typo
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ class BuildOpenCore:
|
|||||||
# Add UGA to GOP layer
|
# Add UGA to GOP layer
|
||||||
if self.model in ModelArray.UGAtoGOP:
|
if self.model in ModelArray.UGAtoGOP:
|
||||||
print("- Adding UGA to GOP Patch")
|
print("- Adding UGA to GOP Patch")
|
||||||
self.config["UEFI"]["ProtocolOverrides"]["GopPassThrough"] = True
|
self.config["UEFI"]["Output"]["GopPassThrough"] = True
|
||||||
|
|
||||||
# ThridPartDrives Check
|
# ThridPartDrives Check
|
||||||
if self.model not in ModelArray.NoSATAPatch:
|
if self.model not in ModelArray.NoSATAPatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user