Skip to content

Commit

Permalink
Added support for firmware 3.68
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOfficialFloW authored Jun 17, 2018
1 parent d5601af commit 2842a34
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 2842a34

Please sign in to comment.