Skip to content

Commit

Permalink
Added preliminary 12.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 8, 2021
1 parent dc004f7 commit 34676be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
VirtualSMC Changelog
====================
#### v1.2.5
- Added preliminary 12.0 support

#### v1.2.4
- Added support for NCT6683D series

Expand Down
2 changes: 1 addition & 1 deletion VirtualSMC/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::BigSur,
KernelVersion::Monterey,
[]() {
auto prov = VirtualSMCProvider::getInstance();
if (prov)
Expand Down

0 comments on commit 34676be

Please sign in to comment.