From 0714922fe5309fc31076b7a16265d04456b4cece Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 19 Nov 2022 02:34:57 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index a007ca5..72d22a1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.364 - 2022-11-18 +### Fixed: +- Move gl_Layer from vertex to geometry if GPU does not support it on vertex. + - Fixes a crash during boot on Vulkan and a black screen on OpenGL when using Maxwell and older Nvidia GPUs in Pokémon Scarlet/Violet. + ## 1.1.363 - 2022-11-18 ### Fixed: - Vulkan: Clear dummy texture to (0,0,0,0) on creation.