Skip to content

Commit

Permalink
Updated for Lilu 1.1.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Mar 30, 2017
1 parent 27f0c69 commit d578c77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AppleALC/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
<key>as.vit9696.Lilu</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>as.vit9696.PinConfigs</key>
<string>1.0.0</string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions AppleALC/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ static const char *bootargBeta[] {

PluginConfiguration ADDPR(config) {
xStringify(PRODUCT_NAME),
parseModuleVersion(xStringify(MODULE_VERSION)),
bootargOff,
sizeof(bootargOff)/sizeof(bootargOff[0]),
bootargDebug,
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AppleALC Changelog
==================
#### v1.1.1
- Requires Lilu 1.1.0 or newer
- Fixed IDT92HD71B7X macOS 10.12 compatibility issue
- Added IDT92HD91BXX revision-id 0x100303
- Added CX20722 menubar patch for 10.10 and above by Wern Apfel
Expand Down

0 comments on commit d578c77

Please sign in to comment.