Fix forced HLE injection

This commit is contained in:
Eladash 2022-04-30 22:27:25 +03:00 committed by Megamouse
parent 159f9494a9
commit 5eeb79ffa1
1 changed files with 1 additions and 1 deletions

View File

@ -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
{