Skip to content

Commit

Permalink
Savestates/PPU: Fix PRX relocations
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Mar 26, 2024
1 parent 46a1c09 commit efbf044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/PPUModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit efbf044

Please sign in to comment.