From eaceebd7b5c32253779730b1a5dacadfbef005dc Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:13:20 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5d5f9a1..33e3c54 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.214 - 2022-08-14 +## Fixed: +- Fix texture bindings using wrong sampler pool in some cases. + - Fixes a regression that caused flickering in Animal Crossing: New Horizons, Atelier Ryza (only with Vsync disabled) and No More Heroes 3. + ## 1.1.213 - 2022-08-11 ### Fixed: - OpenGL: Limit vertex buffer range for non-indexed draws.