From 0d6eff5bcd4ff208d7f328198356aeb2f9ee7c48 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:10:36 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 03a0907..16296f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file + +## 1.0.7101 - 2021-11-08 +### Added: +- Support shader gl_Color, gl_SecondaryColor and gl_TexCoord built-ins. + - Fixes black screens on games using OpenGL on the Switch, such as rRootate Reloaded and Dragon Quest III. + + ## 1.0.7100 - 2021-11-08 ### Fixed: - Fix bindless/global memory elimination with inverted predicates.