Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
Signed-off-by: Tablin Arya Juanda <aryajuanda@gmail.com>
  • Loading branch information
aryajuanda authored Jun 11, 2024
1 parent 8a7327d commit 7e2b6d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NootRX/HWLibs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ 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 7e2b6d9

Please sign in to comment.