Skip to content

Commit

Permalink
Added constants for macOS 15 support (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 committed Jun 16, 2024
1 parent c5a5f50 commit 838a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhateverGreen/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::SnowLeopard,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() {
weg.init();
}
Expand Down

0 comments on commit 838a9b2

Please sign in to comment.