From 1e68c3b483d3e408f1d2d07743c7c9298db41de4 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 19 May 2021 04:37:35 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index b35e367..a67830d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 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. + ## 1.0.6874 - 2021-05-16 - Moved the Windows Intel/AMD view format workaround out of the backend and replaced it with copy dependencies. - Significantly improves FPS on Intel iGPUs and AMD GPUs in Windows. Please test share your results!