Rewrote vague comment.

Signed-off-by: Joel Elrod <joelelrod246@gmail.com>
This commit is contained in:
Joel Elrod 2023-07-08 16:10:36 -04:00
parent c53919283b
commit 7d1929427e
1 changed files with 3 additions and 2 deletions

View File

@ -586,8 +586,9 @@ int main()
if (PAD_ButtonsDown(0) & PAD_BUTTON_B) if (PAD_ButtonsDown(0) & PAD_BUTTON_B)
#endif #endif
{ {
dsp_steps = // Reset step counter so that the ucode starts from the beginning instead of appending
0; // Let's not add the new steps after the original ones. That was just annoying. // to the list of steps.
dsp_steps = 0;
DCInvalidateRange(dspbufC, 0x2000); DCInvalidateRange(dspbufC, 0x2000);
DCFlushRange(dspbufC, 0x2000); DCFlushRange(dspbufC, 0x2000);