Ensure R0 cannot be written to in LH

This commit is contained in:
LegendOfDragoon 2015-09-24 15:29:32 -07:00
parent 3a5569ce9d
commit b6721d1cdc
1 changed files with 2 additions and 0 deletions

View File

@ -651,6 +651,8 @@ void Compile_LH ( void ) {
int Offset = (short)RSPOpC.offset;
BYTE * Jump[2];
if(RSPOpC.rt == 0) return;
#ifndef Compile_GPRLoads
Cheat_r4300iOpcode(RSP_Opcode_LH,"RSP_Opcode_LH"); return;
#endif