mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
Avoid incorrectly setting Minimal spoof on GCN Macs
This commit is contained in:
@@ -41,7 +41,11 @@ class generate_defaults:
|
||||
device_probe.AMD.Archs.Navi,
|
||||
]:
|
||||
# Allow H.265 on AMD
|
||||
settings.serial_settings = "Minimal"
|
||||
try:
|
||||
smbios_data.smbios_dictionary[model]["Socketed GPUs"]
|
||||
settings.serial_settings = "Minimal"
|
||||
except KeyError:
|
||||
pass
|
||||
break
|
||||
elif model in ["MacPro4,1", "MacPro5,1"]:
|
||||
# Allow H.265 on AMD
|
||||
|
||||
Reference in New Issue
Block a user