DSPLLE: ld only increase 0x3 by one
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3867 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
17303d3be9
commit
94cc33cb0c
|
@ -377,9 +377,9 @@ void dsp_op_ext_ld(const UDSPInstruction& opc)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Hmm
|
// Tested to increase 0x3 only by one
|
||||||
// if (sreg != 0x3)
|
if (sreg != 0x3)
|
||||||
dsp_increment_addr_reg(0x03);
|
dsp_increment_addr_reg(0x03);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue