mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
docs/DSP: fix typos
This commit is contained in:
parent
30b166e3b1
commit
90b060f284
1 changed files with 2 additions and 2 deletions
|
@ -1282,7 +1282,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
|||
$pc = $st0
|
||||
END
|
||||
$pc = addrA + 1
|
||||
// Remove vaues from stack
|
||||
// Remove values from stack
|
||||
\end{DSPOpcodeOperation}
|
||||
\end{DSPOpcode}
|
||||
|
||||
|
@ -1318,7 +1318,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
|||
$pc = $st0
|
||||
END
|
||||
$pc = addrA + 1
|
||||
// Remove vaues from stack
|
||||
// Remove values from stack
|
||||
\end{DSPOpcodeOperation}
|
||||
\end{DSPOpcode}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue