mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
sys_patch_detect.py: Remove unneeded check
This commit is contained in:
@@ -73,7 +73,7 @@ class detect_root_patch:
|
|||||||
device_probe.NVIDIA.Archs.Kepler,
|
device_probe.NVIDIA.Archs.Kepler,
|
||||||
device_probe.NVIDIA.Archs.Maxwell,
|
device_probe.NVIDIA.Archs.Maxwell,
|
||||||
device_probe.NVIDIA.Archs.Pascal,
|
device_probe.NVIDIA.Archs.Pascal,
|
||||||
] and self.constants.force_nv_web is True:
|
]:
|
||||||
if self.constants.detected_os > os_data.os_data.mojave:
|
if self.constants.detected_os > os_data.os_data.mojave:
|
||||||
self.nvidia_web = True
|
self.nvidia_web = True
|
||||||
self.amfi_must_disable = True
|
self.amfi_must_disable = True
|
||||||
|
|||||||
Reference in New Issue
Block a user