mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-26 21:30:45 +00:00
Added support for FW 3.70
This commit is contained in:
parent
44e7b2b0c9
commit
df1fea2cb8
@ -158,6 +158,7 @@ int _shellKernelMountById(ShellMountIdArgs *args) {
|
||||
break;
|
||||
|
||||
case 0x321E4852: // 3.69 retail
|
||||
case 0x700DA0CD: // 3.70 retail
|
||||
module_get_offset(KERNEL_PID, tai_info.modid, 0, 0x2DE9, (uintptr_t *)&sceAppMgrFindProcessInfoByPid);
|
||||
module_get_offset(KERNEL_PID, tai_info.modid, 0, 0x19E95, (uintptr_t *)&sceAppMgrMountById);
|
||||
break;
|
||||
@ -270,6 +271,7 @@ int module_start(SceSize args, void *argp) {
|
||||
break;
|
||||
|
||||
case 0xF16E72C7: // 3.69 retail
|
||||
case 0x81A49C2B: // 3.70 retail
|
||||
module_get_offset(KERNEL_PID, info.modid, 0, 0x18735, (uintptr_t *)&sceIoFindMountPoint);
|
||||
break;
|
||||
|
||||
|
@ -45,6 +45,7 @@ int module_start(SceSize args, void *argp) {
|
||||
break;
|
||||
|
||||
case 0x321E4852: // 3.69 retail
|
||||
case 0x700DA0CD: // 3.70 retail
|
||||
hooks[0] = taiInjectDataForKernel(KERNEL_PID, info.modid, 0, 0xB34C, &nop_nop_opcode, 4);
|
||||
hooks[1] = taiInjectDataForKernel(KERNEL_PID, info.modid, 0, 0xB37C, &nop_nop_opcode, 2);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user