mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user