mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 03:35:26 +00:00
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
|
||||
{
|
||||
// Hmm
|
||||
// if (sreg != 0x3)
|
||||
dsp_increment_addr_reg(0x03);
|
||||
// Tested to increase 0x3 only by one
|
||||
if (sreg != 0x3)
|
||||
dsp_increment_addr_reg(0x03);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user