mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 19:25:18 +02:00
Merge pull request #20503 from hrydgard/remove-preload-experiment
JIT/IRJit: Delete an old "function preloading" experiment
This commit is contained in:
@@ -747,7 +747,6 @@ static void __KernelWriteFakeSysCall(u32 nid, u32 *ptr, u32 &pos)
|
||||
*ptr = pos;
|
||||
pos += 8;
|
||||
WriteHLESyscall("FakeSysCalls", nid, *ptr);
|
||||
MIPSAnalyst::PrecompileFunction(*ptr, 8);
|
||||
}
|
||||
|
||||
u32 HLEMipsCallReturnAddress() {
|
||||
|
||||
Reference in New Issue
Block a user