From a5f3e360c936e8ddac422baf3f7046705a6880ed Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 14 Mar 2022 23:36:33 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 92139e7..9665f24 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.1.71 - 2022-03-14 +### Fixed: +- Initialize indexed inputs used on next shader stage. + - Fixes another regression introduced in 1.1.61 that would cause shaders to fail to compile on WarioWare: Get It Together! and probably other games using indexed attributes. + +## 1.1.70 - 2022-03-14 +### Fixed: +- Do not initialize geometry shader passthrough attributes. + - Fixes a regression introduced in 1.1.61 that caused solid black/ transparent characters (again) on Game Builder Garage. + ## 1.1.69 - 2022-03-12 ### Added: - Implement `GetSaveDataBackupSetting` of OLSC service.