From 40a8e216ee423d3efacdcd4748abf50e000b46fc Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 30 Jul 2020 05:34:39 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9cf4acd..1e924c8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5087 - 2020-07-29 +### Changed +- Refactored shader translator ShaderConfig and reduce number of out args. + - Improves code without changing any functionality. + +## 1.0.5086 - 2020-07-29 +### Changed +- Miscellaneous CPU emulation code optimization. + ## 1.0.5072 - 2020-07-28 ### Fixed - Fixed a shader regression on Intel iGPUs (and possibly AMD GPUs) by reverting varying layout changes introduced in 1.0.4937 (PR 1370). NOTE: transform feedback is not going to work on Intel iGPUs in Windows.