mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Rewrote vague comment.
Signed-off-by: Joel Elrod <joelelrod246@gmail.com>
This commit is contained in:
parent
c53919283b
commit
7d1929427e
@ -586,8 +586,9 @@ int main()
|
||||
if (PAD_ButtonsDown(0) & PAD_BUTTON_B)
|
||||
#endif
|
||||
{
|
||||
dsp_steps =
|
||||
0; // Let's not add the new steps after the original ones. That was just annoying.
|
||||
// Reset step counter so that the ucode starts from the beginning instead of appending
|
||||
// to the list of steps.
|
||||
dsp_steps = 0;
|
||||
|
||||
DCInvalidateRange(dspbufC, 0x2000);
|
||||
DCFlushRange(dspbufC, 0x2000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user