Expand AddIntelGen3Accel

This commit is contained in:
Mykola Grymalyuk
2021-06-09 19:21:43 -06:00
parent 5fd17cc5e8
commit f19f08fc06
2 changed files with 5 additions and 0 deletions

View File

@@ -1244,6 +1244,9 @@ AddIntelGen3Accel = [
"AppleIntelHD4000GraphicsGLDriver.bundle",
"AppleIntelHD4000GraphicsMTLDriver.bundle",
"AppleIntelHD4000GraphicsVADriver.bundle",
"IOSurface.kext",
"IOGPUFamily.kext",
"IOAcceleratorFamily2.kext",
]
AddGeneralAccel = [

View File

@@ -191,7 +191,9 @@ class PatchSysVolume:
self.add_new_binaries(ModelArray.AddIntelGen2Accel, self.constants.legacy_intel_gen1_path)
def gpu_framebuffer_ivybridge(self):
self.delete_old_binaries(ModelArray.DeleteAMDAccel11)
self.add_new_binaries(ModelArray.AddIntelGen3Accel, self.constants.legacy_intel_gen3_path)
self.elevated(["ditto", self.constants.payload_apple_frameworks_path_accel, self.mount_frameworks], stdout=subprocess.PIPE).stdout.decode().strip().encode()
def gpu_accel_legacy_extended(self):
print("- Merging general legacy Frameworks")