2
0
mirror of https://github.com/skyline-emu/skyline.git synced 2025-04-08 04:58:59 +03:00
Billy Laws 6f59cba68d Adds bounds checks to resampler to avoid OOB reads
Resampling would sometimes perform an OOB read into `inputBuffer` due it not containing enough data to calculate corresponding the output sample, this has been fixed by introducing bounds checking to ensure that the buffer has enough data.
2021-10-29 21:46:51 +05:30
..