From f75fac14e6d82c99ba2849e43945e7e698e88c62 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 18 Jun 2021 16:46:16 -0600 Subject: [PATCH] Fix crash on missing dGPU --- OpenCore-Patcher.command | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 7a5733d97..78cd366e1 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -41,6 +41,7 @@ class OpenCoreLegacyPatcher: if model in ModelArray.LegacyGPU: if ( host_is_target + and self.computer.dgpu and self.computer.dgpu.arch in [ device_probe.AMD.Archs.Legacy_GCN,