mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Savestates/PPU: Fix PRX relocations
This commit is contained in:
parent
46a1c09abe
commit
efbf044ea0
@ -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…
Reference in New Issue
Block a user