From 60f94599567db1f3f78c3f4a952ef62fb1cde7d9 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 9 Aug 2020 14:50:47 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7b959c8..7e2fb1d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5155 - 2020-08-09 +### Changed +- Changed default audio backend to be OpenAL by default. If OpenAL is not found, it will default to SoundIO. + - Resolves audio renderer crashes due to Dummy being selected by default. + ## 1.0.5152 - 2020-08-09 ### Fixed - Incremented PPTC version, which was missed in 1.0.5144 (PR 1433).