From 2531a373c402b37eedff819ec4cd0d346b194ceb Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:46:57 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 64cfd50..7c023dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.89 - 2022-04-04 +### Fixed: +- Implement primitive restart draw arrays properly on OpenGL. + - Fixes white lines in the sky on some Hatsune Miku: Project DIVA Mega Mix clips. + +## 1.1.88 - 2022-04-04 +### Fixed: +- Do not force scissor on clear if scissor is disabled. + - Fixes menu and text glitches on Kirby and the Forgotten Land, and maybe other titles with similar problems. + +## 1.1.87 - 2022-04-04 +### Fixed: +- Small graphics abstraction layer cleanup. + - No known changes in games. + +## 1.1.86 - 2022-04-04 +### Fixed: +- Fix shader textureSize with multisample and buffer textures. + - Fixes graphical issues in Rune Factory 5 and Bubble Bobble 4 Friends. + ## 1.1.85 - 2022-03-26 ### Changed: - infra: Put SDL2 headless release inside a GUI-less block in PR.