diff --git a/Source/Core/Core/DSP/Interpreter/DSPIntArithmetic.cpp b/Source/Core/Core/DSP/Interpreter/DSPIntArithmetic.cpp index ca2a562eac..54c36b449c 100644 --- a/Source/Core/Core/DSP/Interpreter/DSPIntArithmetic.cpp +++ b/Source/Core/Core/DSP/Interpreter/DSPIntArithmetic.cpp @@ -770,7 +770,6 @@ void movr(const UDSPInstruction opc) break; } ax <<= 16; - ax &= ~0xffff; ZeroWriteBackLog();