mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Revert "Correct OCLP macOS version support"
This reverts commit d7ff648dbc.
This commit is contained in:
@@ -83,7 +83,7 @@ class CompatibilityChecker:
|
||||
|
||||
max_version = os_data.get_latest_darwin_version()
|
||||
min_version = os_data.get_lowest_darwin_version()
|
||||
ocl_patched_max_version = "24.99.99"
|
||||
ocl_patched_max_version = os_data.get_latest_darwin_version(include_beta=False)
|
||||
ocl_patched_min_version = "20.0.0"
|
||||
|
||||
if "Intel" in gpu_manufacturer:
|
||||
@@ -234,7 +234,7 @@ class CompatibilityChecker:
|
||||
|
||||
max_version = os_data.get_latest_darwin_version()
|
||||
min_version = os_data.get_lowest_darwin_version()
|
||||
ocl_patched_max_version = "24.99.99"
|
||||
ocl_patched_max_version = os_data.get_latest_darwin_version(include_beta=False)
|
||||
ocl_patched_min_version = "20.0.0"
|
||||
|
||||
if device_id in pci_data.BroadcomWiFiIDs:
|
||||
|
||||
Reference in New Issue
Block a user