Skip to content

Commit

Permalink
Added constants for macOS 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed Jun 6, 2023
1 parent 5ee88cd commit 52ec349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhateverGreen/kern_start.cpp
Expand Up @@ -35,7 +35,7 @@ PluginConfiguration ADDPR(config) {
bootargBeta,
arrsize(bootargBeta),
KernelVersion::SnowLeopard,
KernelVersion::Ventura,
KernelVersion::Sonoma,
[]() {
weg.init();
}
Expand Down

0 comments on commit 52ec349

Please sign in to comment.