From 821ef54b6f3a70cd161162b38af2a932fe1f701e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 19 May 2021 15:25:29 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6c891e1..94bcfe3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,9 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6878 - 2021-05-19 +- Refactored shader resource description creation and moved it out of the GLSL backend to the translator. No expected changes to emulator behavior. + ## 1.0.6877 - 2021-05-19 - Shader recompilation/rebuilding triggered at boot-time (such as in the case of a driver upgrade of shader code change) is now multi-threaded. - Reduces boot-time shader recompilation time by up to 75%.