mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 03:19:17 -05:00
DSP/Interpreter: remove redundant masking
This commit is contained in:
@@ -770,7 +770,6 @@ void movr(const UDSPInstruction opc)
|
||||
break;
|
||||
}
|
||||
ax <<= 16;
|
||||
ax &= ~0xffff;
|
||||
|
||||
ZeroWriteBackLog();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user