From 211674cb0e7a7ee628f49713994e3f48b0bf7948 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 12 Dec 2020 02:27:14 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index cafaf28..0b79e77 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.0.6043 - 2020-12-10 +### Fixed +- Fixed an issue where GL queries could end up failing to return a value after a previous 0-draw query. + - Resolves a potential multi-second hang/freeze in Luigi's Mansion 3 and possibly other similarly coded games. + ## 1.0.6027 - 2020-12-10 ### Changed - Cleaned up the GPU memory allocator code.