Permalink
Browse files
Added support for firmware 3.68
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
driver/main.c
|
|
@@ -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; |
|
|
|
|
|
|
|
0 comments on commit
2842a34