From 63d9a798fab37e00546970c12e5f7f7db1495e26 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 5 May 2021 15:44:03 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.