Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
testing for new mac os

Signed-off-by: Tablin Arya Juanda <aryajuanda@gmail.com>
  • Loading branch information
aryajuanda authored Jun 11, 2024
1 parent 5b64ed3 commit 8a7327d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NootRX/HWLibs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ bool HWLibs::processKext(KernelPatcher &patcher, size_t id, mach_vm_address_t sl

bool sonoma144 = getKernelVersion() > KernelVersion::Sonoma ||
(getKernelVersion() == KernelVersion::Sonoma && getKernelMinorVersion() >= 4);
sonoma144 = true;

if (sonoma144) {
RouteRequestPlus request = {"_psp_cmd_km_submit", wrapPspCmdKmSubmit, this->orgPspCmdKmSubmit,
kPspCmdKmSubmitPattern14_4, kPspCmdKmSubmitMask14_4};
Expand Down

0 comments on commit 8a7327d

Please sign in to comment.