mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +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,
|
"CAIL,CAIL_DisableVCEPowerGating": 1,
|
||||||
"agdpmod": "pikera",
|
"agdpmod": "pikera",
|
||||||
})
|
})
|
||||||
elif self.constants.imac_model == "Legacy GCN":
|
if self.constants.imac_model == "Legacy GCN":
|
||||||
print("- Adding Legacy GCN Power Gate Patches")
|
print("- Adding Legacy GCN Power Gate Patches")
|
||||||
self.config["DeviceProperties"]["Add"][backlight_path].update({
|
self.config["DeviceProperties"]["Add"][backlight_path].update({
|
||||||
"rebuild-device-tree": 1,
|
"rebuild-device-tree": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user