diff --git a/Source/RSP/Recompiler Ops.c b/Source/RSP/Recompiler Ops.c index dd3694f2f..e49514dee 100644 --- a/Source/RSP/Recompiler Ops.c +++ b/Source/RSP/Recompiler Ops.c @@ -715,6 +715,8 @@ void Compile_LW ( void ) { int Offset = (short)RSPOpC.offset; BYTE * Jump[2]; + if(RSPOpC.rt == 0) return; + #ifndef Compile_GPRLoads Cheat_r4300iOpcode(RSP_Opcode_LW,"RSP_Opcode_LW"); return; #endif