DSPLLE uncomment else:

[23:00] <LordMark> if i reenable those 2 else-s in bloop and bloopi sth strange happens
[23:00] <LordMark> LLE sound in crazy taxi is like almost perfect
I still don't think they make sense though..


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3712 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-07-08 20:06:15 +00:00
parent b2f36d4401
commit a0a7116fe0

View File

@ -239,11 +239,11 @@ void bloop(const UDSPInstruction& opc)
dsp_reg_store_stack(2, loop_pc); dsp_reg_store_stack(2, loop_pc);
dsp_reg_store_stack(3, cnt); dsp_reg_store_stack(3, cnt);
} }
/* else else
{ {
g_dsp.pc = loop_pc; g_dsp.pc = loop_pc;
g_dsp.pc += opSize[dsp_peek_code()]; g_dsp.pc += opSize[dsp_peek_code()];
}*/ }
} }
// BLOOPI #I, addrA // BLOOPI #I, addrA
@ -266,11 +266,11 @@ void bloopi(const UDSPInstruction& opc)
dsp_reg_store_stack(2, loop_pc); dsp_reg_store_stack(2, loop_pc);
dsp_reg_store_stack(3, cnt); dsp_reg_store_stack(3, cnt);
} }
/* else else
{ {
g_dsp.pc = loop_pc; g_dsp.pc = loop_pc;
g_dsp.pc += opSize[dsp_peek_code()]; g_dsp.pc += opSize[dsp_peek_code()];
}*/ }
} }
} // namespace } // namespace