Skip to content

Commit

Permalink
Added constants for macOS 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 7, 2022
1 parent bce915e commit 81c436a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AppleALC/kern_start.cpp
Expand Up @@ -33,7 +33,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::Tiger,
KernelVersion::Monterey,
KernelVersion::Ventura,
[]() {
AlcEnabler::createShared();
AlcEnabler::getShared()->init();
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
@@ -1,5 +1,8 @@
AppleALC Changelog
==================
#### v1.7.3
- Added constants for macOS 13 support

#### v1.7.2
- Added layout-id 97 ALC257 for Lenovo Thinkpad T490 by @savvamitrofanov
- Update controller patch for 400 series 0x06C8 to fix HDMI audio by @Core-i99
Expand Down

0 comments on commit 81c436a

Please sign in to comment.