closes #351
This commit is contained in:
Dhinak G
2021-06-28 11:23:51 -04:00
committed by GitHub
parent 3c4795fb47
commit e6adcdabac

View File

@@ -75,7 +75,7 @@ class OpenCoreLegacyPatcher:
host_is_target
and model not in ["MacBookPro8,2", "MacBookPro8,3"]
and self.computer.dgpu
and self.computer.dgpu.arch in device_probe.AMD.Archs.TeraScale_2)
and self.computer.dgpu.arch == device_probe.AMD.Archs.TeraScale_2)
or model in ["Macmini5,2", "iMac12,1", "iMac12,2"]
):
self.constants.terascale_2_patch = True