mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
DSP LLE Interpreter: Fix typo in 'LS
This was introduced in fc1db5eaa0
.
This commit is contained in:
parent
e7f78379ec
commit
928f745e36
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue