forked from dolphin-emu/dolphin
DSP/Interpreter: remove redundant masking
This commit is contained in:
@@ -770,7 +770,6 @@ void movr(const UDSPInstruction opc)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ax <<= 16;
|
ax <<= 16;
|
||||||
ax &= ~0xffff;
|
|
||||||
|
|
||||||
ZeroWriteBackLog();
|
ZeroWriteBackLog();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user