SPU2: Correct sample index advancement

This commit is contained in:
Ziemas 2021-02-08 13:15:48 +01:00 committed by refractionpcsx2
parent efe0ceb588
commit 66b2659a47
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ static __forceinline s32 GetVoiceValues(V_Core& thiscore, uint voiceidx)
{
V_Voice& vc(thiscore.Voices[voiceidx]);
while (vc.SP > 0)
while (vc.SP >= 0)
{
if (InterpType >= 2)
{