mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
DSP LLE Interpreter: Fix typo in 'LS
This was introduced in fc1db5eaa0b6caf2797d6250fa7a7bce1cfe4dbe.
This commit is contained in:
parent
e7f78379ec
commit
928f745e36
@ -168,7 +168,7 @@ void Interpreter::ln(const UDSPInstruction opc)
|
||||
}
|
||||
}
|
||||
|
||||
// LS $axD.D, $acS.m108
|
||||
// LS $axD.D, $acS.m
|
||||
// xxxx xxxx 10dd 000s
|
||||
// Load register $axD.D with value from memory pointed by register
|
||||
// $ar0. Store value from register $acS.m to memory location pointed by
|
||||
|
Loading…
x
Reference in New Issue
Block a user