mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix forced HLE injection
This commit is contained in:
parent
159f9494a9
commit
5eeb79ffa1
@ -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…
Reference in New Issue
Block a user