Add support for 3.73 and probably newer fw

This commit is contained in:
SilicaAndPina 2020-03-08 01:27:22 +13:00
parent 0d11b84536
commit f467a9e651
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ int module_start(SceSize args, void *argp) {
case 0x700DA0CD: // 3.70 retail
case 0xF7846B4E: // 3.71 retail
case 0xA8E80BA8: // 3.72 retail
case 0xB299D195: // 3.73 retail
default:
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;