mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 13:50:00 +10:00
Expand AddIntelGen3Accel
This commit is contained in:
@@ -1244,6 +1244,9 @@ AddIntelGen3Accel = [
|
|||||||
"AppleIntelHD4000GraphicsGLDriver.bundle",
|
"AppleIntelHD4000GraphicsGLDriver.bundle",
|
||||||
"AppleIntelHD4000GraphicsMTLDriver.bundle",
|
"AppleIntelHD4000GraphicsMTLDriver.bundle",
|
||||||
"AppleIntelHD4000GraphicsVADriver.bundle",
|
"AppleIntelHD4000GraphicsVADriver.bundle",
|
||||||
|
"IOSurface.kext",
|
||||||
|
"IOGPUFamily.kext",
|
||||||
|
"IOAcceleratorFamily2.kext",
|
||||||
]
|
]
|
||||||
|
|
||||||
AddGeneralAccel = [
|
AddGeneralAccel = [
|
||||||
|
|||||||
@@ -191,7 +191,9 @@ class PatchSysVolume:
|
|||||||
self.add_new_binaries(ModelArray.AddIntelGen2Accel, self.constants.legacy_intel_gen1_path)
|
self.add_new_binaries(ModelArray.AddIntelGen2Accel, self.constants.legacy_intel_gen1_path)
|
||||||
|
|
||||||
def gpu_framebuffer_ivybridge(self):
|
def gpu_framebuffer_ivybridge(self):
|
||||||
|
self.delete_old_binaries(ModelArray.DeleteAMDAccel11)
|
||||||
self.add_new_binaries(ModelArray.AddIntelGen3Accel, self.constants.legacy_intel_gen3_path)
|
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):
|
def gpu_accel_legacy_extended(self):
|
||||||
print("- Merging general legacy Frameworks")
|
print("- Merging general legacy Frameworks")
|
||||||
|
|||||||
Reference in New Issue
Block a user