skyline/app
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
..
libraries Improve Clean Exit + Audio Pausing + Improve System Language Setting 2021-10-26 10:46:36 +05:30
src/main Adds bounds checks to resampler to avoid OOB reads 2021-10-29 21:46:51 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update NDK to 23.1.7779620 2021-10-26 10:46:36 +05:30
CMakeLists.txt Silence errors from libraries 2021-10-26 20:08:18 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30