mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
Increment Apple Binaries
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
- Expand AppleGraphicsPowerManagement and AppleGraphicsDeviceControl Override support
|
- Expand AppleGraphicsPowerManagement and AppleGraphicsDeviceControl Override support
|
||||||
- Fix MacBookPro8,2/3 Brightness Control
|
- Fix MacBookPro8,2/3 Brightness Control
|
||||||
- dGPU must be disabled via NVRAM or deMUXed
|
- dGPU must be disabled via NVRAM or deMUXed
|
||||||
|
- Increment binaries:
|
||||||
|
- Apple Binaries 478f6a6 (0.0.7 release - 05-16-2021)
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
- Fix Device Path formatting on 2012+ iMacs
|
- Fix Device Path formatting on 2012+ iMacs
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ class Constants:
|
|||||||
self.nvmefix_version = "1.0.7"
|
self.nvmefix_version = "1.0.7"
|
||||||
self.sidecarfixup_version = "1.0.0"
|
self.sidecarfixup_version = "1.0.0"
|
||||||
self.innie_version = "1.3.0"
|
self.innie_version = "1.3.0"
|
||||||
self.payload_version = "0.0.6"
|
self.payload_version = "0.0.7"
|
||||||
|
|
||||||
# Get resource path
|
# Get resource path
|
||||||
self.current_path = Path(__file__).parent.parent.resolve()
|
self.current_path = Path(__file__).parent.parent.resolve()
|
||||||
|
|||||||
Reference in New Issue
Block a user