diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a9db115..3ab01469f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Fix MacBookPro5,4 audio support - Increment binaries - 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 - Fix NightShift accidentally disabling on Minimal SMBIOS configs - Fix iMac9,1 audio support diff --git a/Resources/Constants.py b/Resources/Constants.py index b1e4649b7..525f2d000 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -38,7 +38,7 @@ class Constants: self.nvmefix_version = "1.0.7" self.sidecarfixup_version = "1.0.0" self.innie_version = "1.3.0" - self.payload_version = "0.0.5" + self.payload_version = "0.0.6" # Get resource path self.current_path = Path(__file__).parent.parent.resolve() diff --git a/Resources/ModelArray.py b/Resources/ModelArray.py index 27141df43..d5c2413d3 100644 --- a/Resources/ModelArray.py +++ b/Resources/ModelArray.py @@ -929,16 +929,16 @@ AddNvidiaAccel11 = [ ] AddNvidiaKeplerAccel11 = [ - "GeForce.kext", - "GeForceAIRPlugin.bundle", - "GeForceGLDriver.bundle", - "GeForceMTLDriver.bundle", - "GeForceVADriver.bundle", - "NVDAGF100Hal.kext", - "NVDAGK100Hal.kext", - "NVDAResman.kext", - "NVDAStartup.kext", - "NVSMU.kext", + "GeForce.kext", + "GeForceAIRPlugin.bundle", + "GeForceGLDriver.bundle", + "GeForceMTLDriver.bundle", + "GeForceVADriver.bundle", + "NVDAGF100Hal.kext", + "NVDAGK100Hal.kext", + "NVDAResman.kext", + "NVDAStartup.kext", + "NVSMU.kext", ] AddAMDAccel11 = [ @@ -982,19 +982,20 @@ AddIntelGen2Accel = [ ] AddIntelGen3Accel = [ - "AppleIntelFramebufferCapri.kext", - "AppleIntelHD4000Graphics.kext", - "AppleIntelHD4000GraphicsGLDriver.bundle", - "AppleIntelHD4000GraphicsMTLDriver.bundle", - "AppleIntelHD4000GraphicsVADriver.bundle", + "AppleIntelFramebufferCapri.kext", + "AppleIntelHD4000Graphics.kext", + "AppleIntelHD4000GraphicsGLDriver.bundle", + "AppleIntelHD4000GraphicsMTLDriver.bundle", + "AppleIntelHD4000GraphicsVADriver.bundle", ] AddGeneralAccel = [ - "AppleGraphicsControl.kext", - "AppleGraphicsPowerManagement.kext", - "AppleMCCSControl.kext", - "IOGraphicsFamily.kext", - "IONDRVSupport.kext", + # Below 5 from dosdude1, unknown whether they benifit + #"AppleGraphicsControl.kext", + #"AppleGraphicsPowerManagement.kext", + #"AppleMCCSControl.kext", + #"IOGraphicsFamily.kext", + #"IONDRVSupport.kext", "IOAcceleratorFamily2.kext", "IOSurface.kext" ] @@ -1010,4 +1011,4 @@ AddBrightness = [ AddVolumeControl = [ "IOAudioFamily.kext", -] \ No newline at end of file +]