Add preliminary Ventura graphics support

This commit is contained in:
Mykola Grymalyuk
2022-08-22 14:18:43 -06:00
parent 27c24e6d47
commit 4b5d35f5ff
7 changed files with 100 additions and 41 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class generate_defaults:
# Assume 2009+ machines have Polaris on pre-builts (internal testing)
# Hardware Detection will never hit this
settings.serial_settings = "Minimal"
elif model in model_array.LegacyGPU:
elif model in model_array.LegacyGPU or model in model_array.ModernGPU:
settings.disable_cs_lv = True
if model in model_array.LegacyGPU: