PPU LLVM: Fix compilation of PRX with no relocations

This commit is contained in:
Elad 2025-01-31 14:09:22 +02:00
parent a1a0333e56
commit 86b7078464
4 changed files with 6 additions and 4 deletions

View file

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