From e6adcdabac67dca58f9887e2925a141ae89ae668 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Mon, 28 Jun 2021 11:23:51 -0400 Subject: [PATCH] Fix typo closes #351 --- OpenCore-Patcher.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 37fd1025a..aa21cad4d 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -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