We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72124c1 commit 44efb5fCopy full SHA for 44efb5f
CPUFriend/kern_start.cpp
@@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
35
bootargBeta,
36
arrsize(bootargBeta),
37
KernelVersion::SnowLeopard,
38
- KernelVersion::Monterey,
+ KernelVersion::Ventura,
39
[]() {
40
cpuf.init();
41
}
Changelog.md
@@ -1,5 +1,8 @@
1
CPUFriend Changelog
2
===================
3
+#### v1.2.6
4
+- Added constants for macOS 13 support
5
+
6
#### v1.2.5
7
- Added support from macOS 10.6
8
- Improved FrequencyVectors analyzer by @usr-sse2
0 commit comments