Add 3.70 Support (BEFORE THEFLOW)

This commit is contained in:
AtelierWindows\SilicaAndPina 2019-01-15 21:35:43 +13:00
parent fcae55b5ec
commit e2eb32beee
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ int module_start(SceSize args, void *argp) {
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;