From 8b2d355de7256cb774ca0273ef19898a6bb5e645 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 28 Jul 2022 01:17:13 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index aca39b6..4cb0db7 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.194 - 2022-07-27 +### Added: +- Add a sampler pool cache and improve texture pool cache. + - Improves performance on Super Zangyura. + ## 1.1.193 - 2022-07-25 ### Added: - Backport Avalonia menu/settings tooltips to GTK where possible.