PPU LLVM: Function table dependent resolver hashing

This commit is contained in:
Elad 2025-01-07 13:41:41 +02:00
parent c443326fb1
commit 0b784ff2c1
5 changed files with 26 additions and 2 deletions

View file

@ -1947,6 +1947,7 @@ shared_ptr<lv2_prx> ppu_load_prx(const ppu_prx_object& elf, bool virtual_load, c
ppu_check_patch_spu_images(*prx, seg);
}
prx->applied_patches = applied;
prx->analyse(toc, 0, end, applied, exported_funcs);
if (!ar && !virtual_load)