diff --git a/Changelog.md b/Changelog.md index d00ee4c..ac9f2ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6863 - 2021-05-05 +### Added +- Implemented SDL2 audio backend. + - Resolves most audout-related audio quality issues that occur with either OpenAL or SoundIO. + - Considered safe to be used as the primary audio backend, but is not yet set as default; setting SDL2 as the default audio backend will happen in the future. +Please test this new audio backend and report your results! Options > Settings > System tab > Audio Backend dropdown. + ## 1.0.6862 - 2021-05-05 ### Changed - Redirected ffmpeg-related log output to mitigate unnecessary console/log activity.