Skip to content

Commit

Permalink
Added constants for macOS 15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorys89 authored Jun 10, 2024
1 parent 55a3e9d commit 42ac4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HibernationFixup/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PluginConfiguration ADDPR(config) {
ADDPR(hbfx_config).bootargBeta,
arrsize(ADDPR(hbfx_config).bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() {
ADDPR(hbfx_config).readArguments();
hbfx.init();
Expand Down

0 comments on commit 42ac4f0

Please sign in to comment.