Skip to content

Commit

Permalink
Merge pull request #33 from TheOfficialFloW/patch-1
Browse files Browse the repository at this point in the history
Added support for FW 3.71/3.72
  • Loading branch information
xyzz committed Aug 31, 2019
2 parents a0a381c + a7cf587 commit ad3c204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions driver/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ int redirect_ux0() {

case 0xF16E72C7: // 3.69 retail
case 0x81A49C2B: // 3.70 retail
case 0xF2D59083: // 3.71 retail
case 0x9C16D40A: // 3.72 retail
module_get_offset(KERNEL_PID, info.modid, 0, 0x18735, (uintptr_t *)&sceIoFindMountPoint);
break;

Expand Down Expand Up @@ -271,6 +273,8 @@ void patch_appmgr() {

case 0x321E4852: // 3.69 retail
case 0x700DA0CD: // 3.70 retail
case 0xF7846B4E: // 3.71 retail
case 0xA8E80BA8: // 3.72 retail
taiInjectDataForKernel(KERNEL_PID, appmgr_info.modid, 0, 0xB34C, &nop_nop_opcode, 4);
taiInjectDataForKernel(KERNEL_PID, appmgr_info.modid, 0, 0xB37C, &nop_nop_opcode, 2);
break;
Expand Down

0 comments on commit ad3c204

Please sign in to comment.