Merge pull request #20503 from hrydgard/remove-preload-experiment

JIT/IRJit: Delete an old "function preloading" experiment
This commit is contained in:
Henrik Rydgård
2025-06-15 13:24:49 +02:00
parent f48a08e050
commit 80671b7b6f
21 changed files with 29 additions and 180 deletions
-1
View File
@@ -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() {