From dea582fc5403ba924a8064c676243cfb32fa845d Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 19 May 2021 12:12:26 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a67830d..93584a5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6876 - 2021-05-19 +- Fixed an issue with bindless textures when CbufSlot is not equal to the current TextureBufferIndex. + - Fixes random chance of screen color flickering in Super Mario Party. + ## 1.0.6875 - 2021-05-16 - LocalVariable is now allowed to be assigned more than once. - -Allows flow controls such as loops and if-elses with LocalVariables participating in phi nodes. + - Allows flow controls such as loops and if-elses with LocalVariables participating in phi nodes. ## 1.0.6874 - 2021-05-16 - Moved the Windows Intel/AMD view format workaround out of the backend and replaced it with copy dependencies.