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:
nakeee 2009-07-20 22:12:53 +00:00
parent 17303d3be9
commit 94cc33cb0c

View File

@ -377,9 +377,9 @@ void dsp_op_ext_ld(const UDSPInstruction& opc)
}
else
{
// Hmm
// if (sreg != 0x3)
dsp_increment_addr_reg(0x03);
// Tested to increase 0x3 only by one
if (sreg != 0x3)
dsp_increment_addr_reg(0x03);
}
}