mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +10:00
Sync FeatureUnlock
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
- Implement support for AMD Navi and Lexa MXM GPUs in 2009-2011 iMacs
|
- Implement support for AMD Navi and Lexa MXM GPUs in 2009-2011 iMacs
|
||||||
- Primarily applicable for MXM 3.0 variants of AMD WX3200 (0x6981) and AMD RX5500XT (0x7340)
|
- Primarily applicable for MXM 3.0 variants of AMD WX3200 (0x6981) and AMD RX5500XT (0x7340)
|
||||||
- Credit to [Ausdauersportler](https://github.com/Ausdauersportler) for implementation
|
- Credit to [Ausdauersportler](https://github.com/Ausdauersportler) for implementation
|
||||||
|
- Implement Continuity Camera Unlocking for pre-Kaby Lake CPUs
|
||||||
|
- Applicable for all legacy Macs in macOS Ventura
|
||||||
- Backend Changes:
|
- Backend Changes:
|
||||||
- Refactored kdk_handler.py
|
- Refactored kdk_handler.py
|
||||||
- Prioritizes KdkSupportPkg repository for downloads
|
- Prioritizes KdkSupportPkg repository for downloads
|
||||||
@@ -54,6 +56,7 @@
|
|||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- PatcherSupportPkg 0.8.4 - release
|
- PatcherSupportPkg 0.8.4 - release
|
||||||
- AutoPkgInstaller 1.0.2 - release
|
- AutoPkgInstaller 1.0.2 - release
|
||||||
|
- FeatureUnlock 1.1.4 - rolling (0e8d87f)
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
- Avoid usage of KDKlessWorkaround on hardware not requiring it
|
- Avoid usage of KDKlessWorkaround on hardware not requiring it
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -39,7 +39,7 @@ class Constants:
|
|||||||
self.nvmefix_version = "1.0.9" # NVMeFix
|
self.nvmefix_version = "1.0.9" # NVMeFix
|
||||||
self.applealc_version = "1.6.3" # AppleALC
|
self.applealc_version = "1.6.3" # AppleALC
|
||||||
self.restrictevents_version = "1.0.9" # RestrictEvents
|
self.restrictevents_version = "1.0.9" # RestrictEvents
|
||||||
self.featureunlock_version = "1.1.2" # FeatureUnlock
|
self.featureunlock_version = "1.1.4" # FeatureUnlock
|
||||||
self.debugenhancer_version = "1.0.7" # DebugEnhancer
|
self.debugenhancer_version = "1.0.7" # DebugEnhancer
|
||||||
self.cpufriend_version = "1.2.6" # CPUFriend
|
self.cpufriend_version = "1.2.6" # CPUFriend
|
||||||
self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM)
|
self.bluetool_version = "2.6.4" # BlueToolFixup (BrcmPatchRAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user