Skip to content

Commit cfb7be2

Browse files
authored
Added constants for macOS 14 support (#9)
1 parent 5738ef7 commit cfb7be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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::Ventura,
38+
KernelVersion::Sonoma,
3939
[]() {
4040
cpuf.init();
4141
}

0 commit comments

Comments
 (0)