mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Sync PatcherSupportPkg
This commit is contained in:
+2
-1
@@ -9,8 +9,9 @@
|
|||||||
- Resolve glitched widgets on 3802-based GPUs running macOS Sequoia 15.1
|
- Resolve glitched widgets on 3802-based GPUs running macOS Sequoia 15.1
|
||||||
- Resolve CoreImage crashes on 3802-based GPUs running macOS Sequoia
|
- Resolve CoreImage crashes on 3802-based GPUs running macOS Sequoia
|
||||||
- Resolve missing screen capture crop borders on non-Metal GPUs running macOS Sequoia
|
- Resolve missing screen capture crop borders on non-Metal GPUs running macOS Sequoia
|
||||||
|
- Resolve TeraScale 2 HDCP kernel panic
|
||||||
- Increment binaries:
|
- Increment binaries:
|
||||||
- PatcherSupportPkg 1.8.2 - release
|
- PatcherSupportPkg 1.8.3 - release
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
- Fix MacBookPro13,3 listing 'Available patches' after having installed all applicable patches
|
- Fix MacBookPro13,3 listing 'Available patches' after having installed all applicable patches
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "2.1.0" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "2.1.0" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.8.2" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.8.3" # 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"
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ class AMDTeraScale(BaseSharedPatchSet):
|
|||||||
PatchType.OVERWRITE_SYSTEM_VOLUME: {
|
PatchType.OVERWRITE_SYSTEM_VOLUME: {
|
||||||
"/System/Library/Extensions": {
|
"/System/Library/Extensions": {
|
||||||
"AMDFramebuffer.kext": "10.13.6",
|
"AMDFramebuffer.kext": "10.13.6",
|
||||||
"AMDLegacyFramebuffer.kext": "10.13.6",
|
"AMDLegacyFramebuffer.kext": "10.13.6" if self._xnu_float < self.macOS_13_3 else "10.13.6 TS2",
|
||||||
"AMDLegacySupport.kext": "10.13.6",
|
"AMDLegacySupport.kext": "10.13.6",
|
||||||
"AMDShared.bundle": "10.13.6",
|
"AMDShared.bundle": "10.13.6",
|
||||||
"AMDSupport.kext": "10.13.6",
|
"AMDSupport.kext": "10.13.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user