Skip to content

Commit 44efb5f

Browse files
committed
Added constants for macOS 13 support
1 parent 72124c1 commit 44efb5f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CPUFriend/kern_start.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
3535
bootargBeta,
3636
arrsize(bootargBeta),
3737
KernelVersion::SnowLeopard,
38-
KernelVersion::Monterey,
38+
KernelVersion::Ventura,
3939
[]() {
4040
cpuf.init();
4141
}

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CPUFriend Changelog
22
===================
3+
#### v1.2.6
4+
- Added constants for macOS 13 support
5+
36
#### v1.2.5
47
- Added support from macOS 10.6
58
- Improved FrequencyVectors analyzer by @usr-sse2

0 commit comments

Comments
 (0)