mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 19:01:36 +03:00
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:
parent
619ca8415a
commit
f6ebaae792
3 changed files with 17 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue