Fix iMac7,1 audio support

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/191
This commit is contained in:
Mykola Grymalyuk
2021-05-08 21:38:36 -06:00
parent e274137503
commit 1509dffa1c
2 changed files with 3 additions and 1 deletions

View File

@@ -7,10 +7,12 @@
- Fix MacBookPro5,4 audio support
- Increment binaries
- AppleALC 58b57ee (1.6.1 rolling - 05-07-2021)
- Apple Binaries 9392993 (0.0.5 release - 05-08-2021)
- Support custom CPU names in About This Mac
- Fix NightShift accidentally disabling on Minimal SMBIOS configs
- Fix iMac9,1 audio support
- Heavily expand Graphics ID list
- Fix iMac7,1 audio support
## 0.1.2
- Fix IDE support on 2008 era MacBooks, iMacs and Xserves

View File

@@ -38,7 +38,7 @@ class Constants:
self.nvmefix_version = "1.0.7"
self.sidecarfixup_version = "1.0.0"
self.innie_version = "1.3.0"
self.payload_version = "0.0.4"
self.payload_version = "0.0.5"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()