mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +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()
|
||||||
|
|||||||
+22
-21
@@ -929,16 +929,16 @@ AddNvidiaAccel11 = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
AddNvidiaKeplerAccel11 = [
|
AddNvidiaKeplerAccel11 = [
|
||||||
"GeForce.kext",
|
"GeForce.kext",
|
||||||
"GeForceAIRPlugin.bundle",
|
"GeForceAIRPlugin.bundle",
|
||||||
"GeForceGLDriver.bundle",
|
"GeForceGLDriver.bundle",
|
||||||
"GeForceMTLDriver.bundle",
|
"GeForceMTLDriver.bundle",
|
||||||
"GeForceVADriver.bundle",
|
"GeForceVADriver.bundle",
|
||||||
"NVDAGF100Hal.kext",
|
"NVDAGF100Hal.kext",
|
||||||
"NVDAGK100Hal.kext",
|
"NVDAGK100Hal.kext",
|
||||||
"NVDAResman.kext",
|
"NVDAResman.kext",
|
||||||
"NVDAStartup.kext",
|
"NVDAStartup.kext",
|
||||||
"NVSMU.kext",
|
"NVSMU.kext",
|
||||||
]
|
]
|
||||||
|
|
||||||
AddAMDAccel11 = [
|
AddAMDAccel11 = [
|
||||||
@@ -982,19 +982,20 @@ AddIntelGen2Accel = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
AddIntelGen3Accel = [
|
AddIntelGen3Accel = [
|
||||||
"AppleIntelFramebufferCapri.kext",
|
"AppleIntelFramebufferCapri.kext",
|
||||||
"AppleIntelHD4000Graphics.kext",
|
"AppleIntelHD4000Graphics.kext",
|
||||||
"AppleIntelHD4000GraphicsGLDriver.bundle",
|
"AppleIntelHD4000GraphicsGLDriver.bundle",
|
||||||
"AppleIntelHD4000GraphicsMTLDriver.bundle",
|
"AppleIntelHD4000GraphicsMTLDriver.bundle",
|
||||||
"AppleIntelHD4000GraphicsVADriver.bundle",
|
"AppleIntelHD4000GraphicsVADriver.bundle",
|
||||||
]
|
]
|
||||||
|
|
||||||
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"
|
||||||
]
|
]
|
||||||
@@ -1010,4 +1011,4 @@ AddBrightness = [
|
|||||||
|
|
||||||
AddVolumeControl = [
|
AddVolumeControl = [
|
||||||
"IOAudioFamily.kext",
|
"IOAudioFamily.kext",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user