From a43207f52b2fc23f3300abe6d312e127f1d005e5 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 23 Jan 2015 23:10:20 +1100 Subject: [PATCH] RSP: cheat for unaligned LH, LLE gfx in f-zero X and wave race --- Source/RSP/Recompiler Ops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/RSP/Recompiler Ops.c b/Source/RSP/Recompiler Ops.c index 507bdd7ae..fbdc4bfec 100644 --- a/Source/RSP/Recompiler Ops.c +++ b/Source/RSP/Recompiler Ops.c @@ -636,7 +636,8 @@ void Compile_LH ( void ) { CPU_Message(" Unaligned:"); x86_SetBranch32b(Jump[0], RecompPos); - X86BreakPoint(__FILE__,__LINE__); + Cheat_r4300iOpcodeNoMessage(RSP_Opcode_LH,"RSP_Opcode_LH"); + JmpLabel32("Done", 0); Jump[1] = RecompPos - 4;