mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DSP: Fix opcode masking for ops with extensions.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2886 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -410,6 +410,8 @@ void cmp(const UDSPInstruction& opc)
|
||||
Update_SR_Register64(acc0 - acc1);
|
||||
}
|
||||
|
||||
// WARNING - this instruction is being called by other instructions!!!!!
|
||||
// Is that sane?
|
||||
void tsta(const UDSPInstruction& opc)
|
||||
{
|
||||
u8 reg = (opc.hex >> 11) & 0x1;
|
||||
|
Reference in New Issue
Block a user