From 623c7a662ce88fd42c866adb549364e3d1b91ddf Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 8 Apr 2022 12:27:55 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index f4e5ede..0bf1a53 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.99 - 2022-04-08 +### Added: +- Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling. + - Fixes homebrew that uses Nouveau OpenGL and geometry or tessellation shaders. No known changes in commercial games. + ## 1.1.98 - 2022-04-08 ### Fixed: - Allow copy texture views to have mismatching multisample state.