Skip to content

Commit

Permalink
Merge pull request #6 from Resident007/master
Browse files Browse the repository at this point in the history
Add 3.65 testkit fw support
  • Loading branch information
Ibrahim778 authored Jan 12, 2023
2 parents 8886d26 + ba0e8df commit c0486f8
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 0x587F9CED: // 3.65 testkit
hook = taiHookFunctionOffset(&ref, modinfo.modid, 0, 0x1c20f6, 1, USBDisable_Patch);
break;

case 0x5549BF1F: // 3.65 retail
case 0x34B4D82E: // 3.67 retail
case 0x12DAC0F3: // 3.68 retail
Expand Down

0 comments on commit c0486f8

Please sign in to comment.