From cc49b594f2ef73158ffade101e70865fe583e63e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:29:05 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index f355df2..71d6508 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.394 - 2022-11-28 +### Fixed: +- amadeus: Fixes and initial 15.0.0 support. + - Fixes crashes in Ninja Gaiden Sigma 2, Ninja Gaiden 3: Razor's Edge and Paper Mario: The Origami King. + - Fix Delay effect wrong variable usage for matrix transform on Stereo, Quadraphonic and Surround codepaths. + - Update Delay effect Surround matrix to support REV11 optimization. + - Change voice drop logic to use 32 bits integer to be closer to real firmware. Might fix voice drop issues on some games. + - Add voice drop parameter support that was introduced in 15.0.0. + - Accurately stub ExecuteAudioRendererRendering. + +
+Older releases +
+ ## 1.1.393 - 2022-11-27 ### Fixed: - sfdnsres: Fix deserializer of AddrInfoSerialized when addresses are empty. @@ -16,10 +30,6 @@ All updates to the Ryujinx official master build will be documented in this file - HLE: fix small issue in IPsmSession. - Fixes small logic error in the Psm service. No known changes in games. -
-Older releases -
- ## 1.1.390 - 2022-11-26 ### Fixed: - Avalonia: Fix OpenGL crashing on Linux.