mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
DSP/Interpreter: remove redundant masking
This commit is contained in:
parent
ce1846e53f
commit
89de40a22e
@ -770,7 +770,6 @@ void movr(const UDSPInstruction opc)
|
||||
break;
|
||||
}
|
||||
ax <<= 16;
|
||||
ax &= ~0xffff;
|
||||
|
||||
ZeroWriteBackLog();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user