From 7b29c8bf20bc68d9ca000a8601afd1f69b1758ef Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:44:44 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4cb0db7..e57f7b0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.196 - 2022-07-28 +### Fixed: +- Avalonia: Cleanup UserEditor a bit. + - Small code cleanup for the user profile editor in the Avalonia UI. + +## 1.1.195 - 2022-07-28 +### Fixed: +- Fix DMA linear texture copy fast path. + - Fixes a crash in SD Gundam Battle Alliance Demo. + ## 1.1.194 - 2022-07-27 ### Added: - Add a sampler pool cache and improve texture pool cache.