Skip to content

Commit

Permalink
Merge pull request #7 from Yoti/master
Browse files Browse the repository at this point in the history
Add support for 3.74 by @Yoti
  • Loading branch information
Ibrahim778 authored Jan 15, 2023
2 parents c0486f8 + 04f9b39 commit d32579f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ int DisableThread(SceSize args, void *argp)
case 0xF476E785: // 3.71 retail
case 0x939FFBE9: // 3.72 retail
case 0x734D476A: // 3.73 retail
case 0x51CB6207: // 3.74 retail
hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c9cc2, 1, USBDisable_Patch);
break;
}
Expand All @@ -63,4 +64,4 @@ int module_stop(SceSize argc, const void *args)
taiHookRelease(hook, ref);

return SCE_KERNEL_STOP_SUCCESS;
}
}

0 comments on commit d32579f

Please sign in to comment.