mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
PPU LLVM: Function table dependent resolver hashing
This commit is contained in:
parent
c443326fb1
commit
0b784ff2c1
5 changed files with 26 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue