Skip to content

Commit

Permalink
Merge pull request #9 from BenMitnicK/patch-1
Browse files Browse the repository at this point in the history
Add 3.60 testkit
  • Loading branch information
Ibrahim778 authored Jun 1, 2024
2 parents d32579f + 4e03636 commit 934f409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ int DisableThread(SceSize args, void *argp)
hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c9bfa, 1, USBDisable_Patch);
break;

case 0xEAB89D5C: // 3.60 testkit
hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c202e, 1, USBDisable_Patch);
break;

case 0x587F9CED: // 3.65 testkit
hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c20f6, 1, USBDisable_Patch);
break;
Expand Down

0 comments on commit 934f409

Please sign in to comment.