Fixed wrong 3.69 offset

This commit is contained in:
TheOfficialFloW 2018-10-03 21:12:37 +02:00 committed by GitHub
parent d8bc5bcd5d
commit 1993781c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ int _shellKernelMountById(ShellMountIdArgs *args) {
case 0x321E4852: // 3.69 retail
module_get_offset(KERNEL_PID, tai_info.modid, 0, 0x2DE9, (uintptr_t *)&sceAppMgrFindProcessInfoByPid);
module_get_offset(KERNEL_PID, tai_info.modid, 0, 0x19B85, (uintptr_t *)&sceAppMgrMountById);
module_get_offset(KERNEL_PID, tai_info.modid, 0, 0x19E95, (uintptr_t *)&sceAppMgrMountById);
break;
}