mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-16 20:30:00 +10:00
build.py: Allow GCN setting on real_model build
This commit is contained in:
+1
-1
@@ -587,7 +587,7 @@ class BuildOpenCore:
|
||||
"CAIL,CAIL_DisableVCEPowerGating": 1,
|
||||
"agdpmod": "pikera",
|
||||
})
|
||||
elif self.constants.imac_model == "Legacy GCN":
|
||||
if self.constants.imac_model == "Legacy GCN":
|
||||
print("- Adding Legacy GCN Power Gate Patches")
|
||||
self.config["DeviceProperties"]["Add"][backlight_path].update({
|
||||
"rebuild-device-tree": 1,
|
||||
|
||||
Reference in New Issue
Block a user