Fix MacBookPro5,4 audio

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/185
This commit is contained in:
Mykola Grymalyuk
2021-05-03 12:44:11 -06:00
parent 5bca1a0ad6
commit 85e0761460
4 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
## 0.1.3
- Fix internal PCIe devices reporting as external
- Innie 0ccd95e (1.3.0 release - 01-16-2021)
- Fix MacBookPro5,4 audio support
- Increment binaries
- AppleALC f2889fc (1.6.1 rolling - 05-03-2021)
## 0.1.2
- Fix IDE support on 2008 era MacBooks, iMacs and Xserves

View File

@@ -25,7 +25,7 @@ class Constants:
self.io80211elcap_version = "1.0.0"
self.io80211high_sierra_version = "1.0.0"
self.io80211mojave_version = "1.0.0"
self.applealc_version = "1.6.0"
self.applealc_version = "1.6.1"
self.restrictevents_version = "1.0.1"
self.restrictevents_mbp_version = "1.0.1"
self.piixata_version = "1.0.0"

Binary file not shown.