mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12: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)
|
if (ar)
|
||||||
{
|
{
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (rtype)
|
switch (rtype)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue