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.