Ensure R0 cannot be written to in LHU

This commit is contained in:
LegendOfDragoon 2015-09-24 15:33:07 -07:00
parent 8bede83fd4
commit 466c03e27d
1 changed files with 2 additions and 0 deletions

View File

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