Misc Ventura fixes

This commit is contained in:
Mykola Grymalyuk
2022-06-14 21:39:21 -06:00
parent 8aa862e8fb
commit 85572a2889
5 changed files with 17 additions and 6 deletions
+6 -1
View File
@@ -184,4 +184,9 @@ class generate_defaults:
nv_web_status = global_settings.global_settings().read_property("Force_Web_Drivers")
if nv_web_status is True:
settings.force_nv_web = True
settings.force_nv_web = True
if settings.disable_cs_lv is True:
# With Ventura, SIP needs to be lowered for AMFI to work
settings.custom_sip_value = "0xA03"