From 5ef442c2b825d740d7c49a56537b4ec92d05d5f8 Mon Sep 17 00:00:00 2001 From: Elad <18193363+elad335@users.noreply.github.com> Date: Sat, 25 Jan 2025 12:03:22 +0200 Subject: [PATCH] Disable ARM trampolines --- rpcs3/Emu/Cell/PPUThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index cb4b9a1a7e..68f881c9f7 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -4857,7 +4857,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only, u64 file_s ppu_log.error("JIT symbol trampoline failed."); } } -#else +#elif 0 // Try to make the code fit in 16 bytes, may fail and fallback if (*full_sample && abs_diff(*full_sample, reinterpret_cast(jit_runtime::peek(true) + 3 * 4)) < (128u << 20)) {