mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 06:30:52 +10:00
legacy_audio.py: fix kext linking on macOS Sequoia
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 2.1.0
|
## 2.1.0
|
||||||
- Fix Nvidia Kepler patches not installing on Monterey
|
- Fix Nvidia Kepler patches not installing on Monterey
|
||||||
|
- Fix `iMac7,1` and `iMac8,1` failing to apply root patches on macOS Sequoia
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
- Fix MacBookPro13,3 listing 'Available patches' after having installed all applicable patches
|
- Fix MacBookPro13,3 listing 'Available patches' after having installed all applicable patches
|
||||||
- Fix Nvidia Tesla and Kepler patches not installing on Monterey (and older if applicable)
|
- Fix Nvidia Tesla and Kepler patches not installing on Monterey (and older if applicable)
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ class LegacyAudio(BaseHardware):
|
|||||||
"AppleVirtualPlatform.kext",
|
"AppleVirtualPlatform.kext",
|
||||||
"ApplePVPanic.kext",
|
"ApplePVPanic.kext",
|
||||||
"AppleVirtIOStorage.kext",
|
"AppleVirtIOStorage.kext",
|
||||||
|
"AvpFairPlayDriver.kext",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user