mirror of
https://github.com/joel16/VitaShell.git
synced 2025-02-17 02:18:41 +00:00
Fixed wrong 3.69 offset
This commit is contained in:
parent
d8bc5bcd5d
commit
1993781c91
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user