mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-15 20:00:00 +10:00
sys_patch_detect.py: Add support for Web Drivers on Tesla/Kepler
This commit is contained in:
@@ -303,12 +303,15 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
|
||||
"NVDANV50HalTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
|
||||
"NVDAResmanTeslaWeb.kext": "WebDriver-387.10.10.10.40.140",
|
||||
},
|
||||
|
||||
# Nvidia's control panel crashes on 10.14+
|
||||
# For us, no real point in using it so ignore
|
||||
# "/Library/PreferencePanes": {
|
||||
# "NVIDIA Driver Manager.prefPane": "WebDriver-387.10.10.10.40.140",
|
||||
# },
|
||||
"/Library/PreferencePanes": {
|
||||
"NVIDIA Driver Manager.prefPane": "WebDriver-387.10.10.10.40.140",
|
||||
},
|
||||
"/Library/LaunchAgents": {
|
||||
"com.nvidia.nvagent.plist": "WebDriver-387.10.10.10.40.140",
|
||||
},
|
||||
"/Library/LaunchDaemons": {
|
||||
"com.nvidia.nvroothelper.plist": "WebDriver-387.10.10.10.40.140",
|
||||
},
|
||||
},
|
||||
},
|
||||
"AMD TeraScale Common": {
|
||||
|
||||
Reference in New Issue
Block a user