Skip to content

Commit

Permalink
Merge pull request #25 from TheOfficialFloW/patch-1
Browse files Browse the repository at this point in the history
Added support for firmware 3.68
  • Loading branch information
xyzz authored Jun 18, 2018
2 parents d5601af + 2842a34 commit 39e6c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ int redirect_ux0() {

case 0xA96ACE9D: // 3.65 retail
case 0x3347A95F: // 3.67 retail
case 0x90DA33DE: // 3.68 retail
module_get_offset(KERNEL_PID, info.modid, 0, 0x182F5, (uintptr_t *)&sceIoFindMountPoint);
break;

Expand Down

0 comments on commit 39e6c7e

Please sign in to comment.