Default to using WhateverGreen for AMD Navi 21 and Navi 23 GPUs

This commit is contained in:
Hoang Hong Quan
2024-10-20 14:26:04 +07:00
parent 05ccff0135
commit c4c6075fa0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class KextMaestro:
"Integrated GPU" in list(hardware_report.get("GPU").items())[-1][-1].get("Device Type"):
selected_kexts.append("NootedRed")
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 or \