diff --git a/Scripts/config_prodigy.py b/Scripts/config_prodigy.py index d1c3534..c04e7aa 100644 --- a/Scripts/config_prodigy.py +++ b/Scripts/config_prodigy.py @@ -509,7 +509,7 @@ class ConfigProdigy: "keepsyms=1" ] - if config["Booter"]["Quirks"]["ResizeAppleGpuBars"] != 0 and ("AMD" in hardware_report.get("CPU").get("Manufacturer") or self.is_intel_hedt_cpu(hardware_report.get("CPU").get("Processor Name"), hardware_report.get("CPU").get("Codename"))): + if config["Booter"]["Quirks"]["ResizeAppleGpuBars"] != 0 and self.is_intel_hedt_cpu(hardware_report.get("CPU").get("Processor Name"), hardware_report.get("CPU").get("Codename")): boot_args.append("npci=0x2000") for kext in kexts: