legacy_audio.py: fix kext linking on macOS Sequoia

This commit is contained in:
Eduardo Covas
2024-09-18 10:16:40 -03:00
committed by GitHub
parent 024559885d
commit 61872a8b94
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
## 2.1.0
- 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
- 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)

View File

@@ -118,6 +118,7 @@ class LegacyAudio(BaseHardware):
"AppleVirtualPlatform.kext",
"ApplePVPanic.kext",
"AppleVirtIOStorage.kext",
"AvpFairPlayDriver.kext",
],
},
},