From 24f685e1080308f0a1e063948387325325e43102 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:14:24 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7c023dd..40763b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.90 - 2022-04-05 +### Fixed: +- Do not clamp SNorm outputs to the [0, 1] range on OpenGL. + - Fixes reflections and lighting on LEGO Star Wars: The Skywalker Saga. + - Fixes white geometry in Fast RMX. + ## 1.1.89 - 2022-04-04 ### Fixed: - Implement primitive restart draw arrays properly on OpenGL.