mirror of https://github.com/PCSX2/pcsx2.git
SPU: Change dummy SP check for consistency
This commit is contained in:
parent
0dc3dcd9ed
commit
ff4ec6d843
|
@ -629,7 +629,7 @@ static __forceinline StereoOut32 MixVoice(uint coreidx, uint voiceidx)
|
|||
}
|
||||
else
|
||||
{
|
||||
while (vc.SP > 0)
|
||||
while (vc.SP >= 0)
|
||||
GetNextDataDummy(thiscore, voiceidx); // Dummy is enough
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue