Skip to content

Commit

Permalink
Added preliminary macOS 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 7, 2022
1 parent d37eb3f commit a45e73b
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.3.0
- Added preliminary macOS 13 support

#### v1.2.9
- Fix infinite panic loop when kernel panic happens on macOS 11 and newer
- Fix rare panics caused by SMCDellSensors (new way of reading SMM was ported from FanIO driver V2.3)
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::Monterey,
KernelVersion::Ventura,
[]() {
auto prov = VirtualSMCProvider::getInstance();
if (prov)
Expand Down

0 comments on commit a45e73b

Please sign in to comment.