diff --git a/modules/kernel/main.c b/modules/kernel/main.c index 69fbb18..b690372 100644 --- a/modules/kernel/main.c +++ b/modules/kernel/main.c @@ -168,6 +168,7 @@ int _shellKernelMountById(ShellMountIdArgs *args) { case 0xF7846B4E: // 3.71 retail case 0xA8E80BA8: // 3.72 retail case 0xB299D195: // 3.73 retail + case 0x30007BD3: // 3.74 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; @@ -286,6 +287,7 @@ int module_start(SceSize args, void *argp) { case 0xF2D59083: // 3.71 retail case 0x9C16D40A: // 3.72 retail case 0xF7794A6C: // 3.73 retail + case 0x796DAFAF: // 3.74 retail module_get_offset(KERNEL_PID, info.modid, 0, 0x18735, (uintptr_t *)&sceIoFindMountPoint); break; diff --git a/modules/patch/main.c b/modules/patch/main.c index ed63c7e..cfe8a08 100644 --- a/modules/patch/main.c +++ b/modules/patch/main.c @@ -51,6 +51,7 @@ int module_start(SceSize args, void *argp) { case 0xF7846B4E: // 3.71 retail case 0xA8E80BA8: // 3.72 retail case 0xB299D195: // 3.73 retail + case 0x30007BD3: // 3.74 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;