mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
0233286729
Whilst the 80-step approach theoretically improves ramping smoothness, in practice it causes accumulating rounding errors because the delta value is not always a multiple of the buffer size. Also pull the step computation into AddBuffersWithVolumeRamp() so that all ramping related math is in the same place.