HLE DSP: Fix source resetting

This commit is contained in:
wheremyfoodat 2024-08-14 20:13:38 +03:00
parent 0cf5687e64
commit 88e0782f71

View file

@ -627,5 +627,6 @@ namespace Audio {
rateMultiplier = 1.f;
buffers = {};
currentSamples.clear();
}
} // namespace Audio