diff --git a/DortaniaInternalResources.dmg b/DortaniaInternalResources.dmg index 6d0bf0b20..dc8743378 100644 Binary files a/DortaniaInternalResources.dmg and b/DortaniaInternalResources.dmg differ diff --git a/opencore_legacy_patcher/constants.py b/opencore_legacy_patcher/constants.py index 6d9bed5aa..188500f78 100644 --- a/opencore_legacy_patcher/constants.py +++ b/opencore_legacy_patcher/constants.py @@ -14,7 +14,7 @@ class Constants: def __init__(self) -> None: # Patcher Versioning self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher - self.patcher_support_pkg_version: str = "1.6.0" # PatcherSupportPkg + self.patcher_support_pkg_version: str = "1.6.1" # PatcherSupportPkg self.copyright_date: str = "Copyright © 2020-2024 Dortania" self.patcher_name: str = "OpenCore Legacy Patcher" diff --git a/opencore_legacy_patcher/datasets/sys_patch_dict.py b/opencore_legacy_patcher/datasets/sys_patch_dict.py index b1f295ebe..f01c20564 100644 --- a/opencore_legacy_patcher/datasets/sys_patch_dict.py +++ b/opencore_legacy_patcher/datasets/sys_patch_dict.py @@ -936,7 +936,7 @@ class SystemPatchDictionary(): "AMDRadeonVADriver2.bundle": "12.5", "AMDRadeonX5000GLDriver.bundle": "12.5", - "AMDRadeonX5000MTLDriver.bundle": "12.5", + "AMDRadeonX5000MTLDriver.bundle": "12.5" if self.os_major < os_data.os_data.sequoia else "12.5-24", "AMDRadeonX5000Shared.bundle": "12.5", "AMDShared.bundle": "12.5",