Skip to content

Commit

Permalink
Added constants for 12.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 8, 2021
1 parent b5c2e3c commit eff1707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CPUFriend/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::BigSur,
KernelVersion::Monterey,
[]() {
cpuf.init();
}
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CPUFriend Changelog
===================
#### v1.2.4
- Added constants for 12.0 support

#### v1.2.3
- Improved path handling in generator scripts

Expand Down

0 comments on commit eff1707

Please sign in to comment.