dsp: disable the newfangled ext stuff until it can be verified and used. fix typo.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3527 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-06-21 13:11:47 +00:00
parent 619ca8415a
commit f6ebaae792
3 changed files with 17 additions and 13 deletions

View file

@ -675,7 +675,7 @@ void lsrn(const UDSPInstruction& opc)
// (NEW)
// ASRN (fixed parameters)
// 0000 0010 1100 1010
// 0000 0010 1100 1011
// Arithmetically shifts right accumulator $ACC0 by signed 16-bit value $AC1.M
// (if value negative, becomes left shift).
void asrn(const UDSPInstruction& opc)