mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Sync PatcherSupportPkg
This commit is contained in:
@@ -14,9 +14,11 @@
|
|||||||
- Resolve low power mode on MacPro6,1
|
- Resolve low power mode on MacPro6,1
|
||||||
- Credit to CaseyJ's [PCI Bus Enumeration Patch](https://github.com/AMD-OSX/AMD_Vanilla/pull/196)
|
- Credit to CaseyJ's [PCI Bus Enumeration Patch](https://github.com/AMD-OSX/AMD_Vanilla/pull/196)
|
||||||
- Resolve PCI eject menu appearing on unsupported hardware
|
- Resolve PCI eject menu appearing on unsupported hardware
|
||||||
- Resolve kernel panic on wake for Nvidia 8000 series GPUs
|
- Resolve kernel panic on wake for AMD TeraScale 1 and Nvidia Tesla 8000 series GPUs
|
||||||
|
- Resolve graphics corruption on wake for TeraScale 1
|
||||||
|
- Patch currently limited to Ventura and newer
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 1.0.0 - release
|
- PatcherSupportPkg 1.0.1 - release
|
||||||
- OpenCorePkg 0.9.2 - release
|
- OpenCorePkg 0.9.2 - release
|
||||||
- Lilu 1.6.5 - release
|
- Lilu 1.6.5 - release
|
||||||
- RestrictEvents 1.1.1 - release
|
- RestrictEvents 1.1.1 - release
|
||||||
|
|||||||
@@ -699,7 +699,7 @@ class SystemPatchDictionary():
|
|||||||
"AMD3800Controller.kext": "10.13.6",
|
"AMD3800Controller.kext": "10.13.6",
|
||||||
"AMD4600Controller.kext": "10.13.6",
|
"AMD4600Controller.kext": "10.13.6",
|
||||||
"AMD4800Controller.kext": "10.13.6",
|
"AMD4800Controller.kext": "10.13.6",
|
||||||
"ATIRadeonX2000.kext": "10.13.6",
|
"ATIRadeonX2000.kext": "10.13.6" if self.os_major < os_data.os_data.ventura else "10.13.6 TS1",
|
||||||
"ATIRadeonX2000GA.plugin": "10.13.6",
|
"ATIRadeonX2000GA.plugin": "10.13.6",
|
||||||
"ATIRadeonX2000GLDriver.bundle": "10.13.6",
|
"ATIRadeonX2000GLDriver.bundle": "10.13.6",
|
||||||
"ATIRadeonX2000VADriver.bundle": "10.13.6",
|
"ATIRadeonX2000VADriver.bundle": "10.13.6",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ class Constants:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Patcher Versioning
|
# Patcher Versioning
|
||||||
self.patcher_version: str = "0.6.6" # OpenCore-Legacy-Patcher
|
self.patcher_version: str = "0.6.6" # OpenCore-Legacy-Patcher
|
||||||
self.patcher_support_pkg_version: str = "1.0.0" # PatcherSupportPkg
|
self.patcher_support_pkg_version: str = "1.0.1" # PatcherSupportPkg
|
||||||
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
self.copyright_date: str = "Copyright © 2020-2023 Dortania"
|
||||||
|
|
||||||
# URLs
|
# URLs
|
||||||
|
|||||||
Reference in New Issue
Block a user