skyline/app
PixelyIon df64ff5d14 Zero-Fill IAudioRenderer::RequestUpdate Output Buffer
Some titles don't clear the output buffer prior to submission, as the service is expected to fill all of it in, our audren implementation is incomplete and doesn't end up doing this leaving the contents of the buffer to be undefined leading to UB in the form of SEGFAULTs or the application throwing a fatal error. This has been patched over by 0-filling the buffer which is a sane default value for the fields that aren't filled in albeit not a replacement for a proper audren implementation.
2021-10-27 16:18:20 +05:30
..
libraries Improve Clean Exit + Audio Pausing + Improve System Language Setting 2021-10-26 10:46:36 +05:30
src/main Zero-Fill IAudioRenderer::RequestUpdate Output Buffer 2021-10-27 16:18:20 +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