From c6be9261933e51c6477fd52670c0bc6d60541de5 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 28 Dec 2022 23:27:37 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index dd89ab3..996eed1 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.1.494 - 2022-12-28 +### Fixed: +- haydn: Add support for PCMFloat, PCM32 and PCM8 conversions. + - Improves SoundIO compatibility with audio devices that don't expose PCM16. + ## 1.1.493 - 2022-12-26 ### Fixed: - Use new ArgumentNullException and ObjectDisposedException throw-helper API.