sys_patch_dict.py: Adjust Vega MTL bin

This commit is contained in:
Mykola Grymalyuk
2024-07-03 19:01:22 -06:00
parent b7c4ea2b89
commit 3b551d565a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@ class Constants:
def __init__(self) -> None: def __init__(self) -> None:
# Patcher Versioning # Patcher Versioning
self.patcher_version: str = "1.6.0" # OpenCore-Legacy-Patcher 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.copyright_date: str = "Copyright © 2020-2024 Dortania"
self.patcher_name: str = "OpenCore Legacy Patcher" self.patcher_name: str = "OpenCore Legacy Patcher"

View File

@@ -936,7 +936,7 @@ class SystemPatchDictionary():
"AMDRadeonVADriver2.bundle": "12.5", "AMDRadeonVADriver2.bundle": "12.5",
"AMDRadeonX5000GLDriver.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", "AMDRadeonX5000Shared.bundle": "12.5",
"AMDShared.bundle": "12.5", "AMDShared.bundle": "12.5",