mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Revert "Set default NootRX for AMD RDNA 2 GPUs"
This reverts commit ea2faa0fdf.
This commit is contained in:
@@ -140,7 +140,7 @@ class KextMaestro:
|
|||||||
"Integrated GPU" in list(hardware_report.get("GPU").items())[-1][-1].get("Device Type"):
|
"Integrated GPU" in list(hardware_report.get("GPU").items())[-1][-1].get("Device Type"):
|
||||||
selected_kexts.append("NootedRed")
|
selected_kexts.append("NootedRed")
|
||||||
else:
|
else:
|
||||||
selected_kexts.append("NootRX" if "Navi 2" in list(hardware_report.get("GPU").items())[0][-1].get("Codename") else "WhateverGreen")
|
selected_kexts.append("NootRX" if "Navi 22" in list(hardware_report.get("GPU").items())[0][-1].get("Codename") else "WhateverGreen")
|
||||||
|
|
||||||
if "Laptop" in hardware_report.get("Motherboard").get("Platform") and ("ASUS" in hardware_report.get("Motherboard").get("Name") or "NootedRed" in selected_kexts):
|
if "Laptop" in hardware_report.get("Motherboard").get("Platform") and ("ASUS" in hardware_report.get("Motherboard").get("Name") or "NootedRed" in selected_kexts):
|
||||||
selected_kexts.append("ForgedInvariant")
|
selected_kexts.append("ForgedInvariant")
|
||||||
|
|||||||
Reference in New Issue
Block a user