From 62b431151f8924b3f207f27cd7567d1e1384abe3 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 20 Mar 2022 17:51:39 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 97098aa..b4aafad 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.81 - 2022-03-20 +### Fixed: +- Fixes a driver crash when starting some games introduced in 1.1.79 + - Games that were black screening with a GPU syncpoint error should now boot correctly (Triangle Strategy, DBFZ etc.) + ## 1.1.80 - 2022-03-20 ### Fixed: - De-tile GOB when DMA copying from block linear to pitch kind memory regions.