Skip to content

Commit

Permalink
Fix forced HLE injection
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Megamouse committed May 1, 2022
1 parent 159f949 commit 5eeb79f
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 @@ -629,7 +629,7 @@ static auto ppu_load_exports(ppu_linkage_info* link, u32 exports_start, u32 expo
// Set exported function
flink.export_addr = target - 4;

ppu_form_branch_to_code(faddr, target);
ppu_form_branch_to_code(vm::read32(faddr), target);
}
else
{
Expand Down

0 comments on commit 5eeb79f

Please sign in to comment.