mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Fix forced HLE injection
This commit is contained in:
parent
159f9494a9
commit
5eeb79ffa1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue