From e0f499d33ff5d6d7683332946e806c9fa6e570a7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 20 May 2021 14:49:11 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index ce63831..731b51d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6884 - 2021-05-20 +### Fixed +- Fixed a regression introduced in 1.0.6878 (PR 2290) where buffer and texture information from one vertex shader was not propagated to the other after they were merged. + +## 1.0.6883 - 2021-05-20 +### Fixed +- Fixed a regression introduced in 1.0.6878 (PR 2290) where the constant buffer array size would be incorrect on games that use non-constant constant buffer slots. + ## 1.0.6882 - 2021-05-20 ### Added - Adds a dynamic query in Linux to locate the installation of the ffmpeg root path.