mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Savestates/PPU: Fix PRX relocations
This commit is contained in:
parent
46a1c09abe
commit
efbf044ea0
1 changed files with 1 additions and 1 deletions
|
@ -1646,7 +1646,7 @@ std::shared_ptr<lv2_prx> ppu_load_prx(const ppu_prx_object& elf, bool virtual_lo
|
|||
|
||||
if (ar)
|
||||
{
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
switch (rtype)
|
||||
|
|
Loading…
Add table
Reference in a new issue