From 858a974970fcb5a5e33eab3f87eb16f39eac8dec Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 22 Sep 2020 06:03:57 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 95476d8..eb94388 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5396 - 2020-09-20 +### Added +- Implemented basic multi-program support. + - Adds basic support for loading multiple NCA's. Improves support for Super Mario 3D All-Stars. + +## 1.0.5395 - 2020-09-20 +### Changed +- Align register index between output targets on fragment shaders + - Fixes behaviour in certain games where components would be incorrectly copied to fragment shader outputs. Improves Turok 2, and potentially other Vulkan-based games. + ## 1.0.5391 - 2020-09-19 ### Added - Stubbed/implemented ListQualifiedUsers and SetTouchScreenConfiguration calls.