Fixing warning & fixing tab

This commit is contained in:
Melefo
2021-02-10 12:21:25 +01:00
parent 3f869f7929
commit 850f3b8ef2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ namespace ComSquare::APU::DSP
voice.endx |= voice.loop;
if (voice.konDelay == 5)
voice.endx &= ~voice.endx;
voice.endx = 0x00;
}
void DSP::voice6(Voice &)