From e3b516330267ab860c43c3a78526730d433a09fe Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 14 Jan 2023 14:49:04 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index d2f8fcb..29fdbaa 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.555 - 2023-01-14 +### Fixed: +- Fix texture flush from CPU WaitSync regression on OpenGL. + - Fixes a regression from 1.1.554 that caused Super Mario Odyssey and other games to crash on OpenGL. + ## 1.1.554 - 2023-01-13 ### Fixed: - Fix NRE when MemoryUnmappedHandler is called for a destroyed channel.