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:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
- Fix MacBookPro5,4 audio support
|
- Fix MacBookPro5,4 audio support
|
||||||
- Increment binaries
|
- Increment binaries
|
||||||
- AppleALC 58b57ee (1.6.1 rolling - 05-07-2021)
|
- AppleALC 58b57ee (1.6.1 rolling - 05-07-2021)
|
||||||
- Apple Binaries 9392993 (0.0.5 release - 05-08-2021)
|
- Apple Binaries 74bd80f (0.0.6 release - 05-09-2021)
|
||||||
- Support custom CPU names in About This Mac
|
- Support custom CPU names in About This Mac
|
||||||
- Fix NightShift accidentally disabling on Minimal SMBIOS configs
|
- Fix NightShift accidentally disabling on Minimal SMBIOS configs
|
||||||
- Fix iMac9,1 audio support
|
- Fix iMac9,1 audio support
|
||||||
|
|||||||
@@ -38,7 +38,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.5"
|
self.payload_version = "0.0.6"
|
||||||
|
|
||||||
# Get resource path
|
# Get resource path
|
||||||
self.current_path = Path(__file__).parent.parent.resolve()
|
self.current_path = Path(__file__).parent.parent.resolve()
|
||||||
|
|||||||
@@ -990,11 +990,12 @@ AddIntelGen3Accel = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
AddGeneralAccel = [
|
AddGeneralAccel = [
|
||||||
"AppleGraphicsControl.kext",
|
# Below 5 from dosdude1, unknown whether they benifit
|
||||||
"AppleGraphicsPowerManagement.kext",
|
#"AppleGraphicsControl.kext",
|
||||||
"AppleMCCSControl.kext",
|
#"AppleGraphicsPowerManagement.kext",
|
||||||
"IOGraphicsFamily.kext",
|
#"AppleMCCSControl.kext",
|
||||||
"IONDRVSupport.kext",
|
#"IOGraphicsFamily.kext",
|
||||||
|
#"IONDRVSupport.kext",
|
||||||
"IOAcceleratorFamily2.kext",
|
"IOAcceleratorFamily2.kext",
|
||||||
"IOSurface.kext"
|
"IOSurface.kext"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user