From 149fd170cf92b1bee79fc3a0220dd425c5bf742a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 4 Nov 2021 10:08:19 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index be9f09a..73cd2df 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.0.7097 - 2021-11-03 +### Fixed: +- Clamp number of mipmap levels to avoid API errors due to invalid textures. + - Fixes character mods rendering black textures (such as the one for Mario Party Superstars). No known changes on commercial games. + ## 1.0.7096 - 2021-11-01 ### Fixed: - hle: Make Ryujinx.HLE project entirely safe.