From 97ef91723c9e8b62dba9ae321d88092bc264ed55 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sat, 10 Sep 2022 13:32:16 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0ca07e7..23a9260 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.258 - 2022-09-10 +### Fixed: +- Rebind textures if format changes or they're buffer textures. + - Fixes a regression in Mario Party Superstars in the spotlight minigame where the red spotlight would not render. + - May affect other titles similarly affected by the regression. + ## 1.1.257 - 2022-09-09 ### Fixed: - Allocate work buffer for audio renderer instead of using guest supplied memory.