From ac65c489ca07bb6fa6c03e3071f4374126360a6e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 5 Nov 2021 00:14:16 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 73cd2df..65e6154 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7098 - 2021-11-04 +### Fixed: +- Ensure syncpoints are released and event handles closed on channel close. + - Fixes "Cannot allocate a new syncpoint!" error. + - Fixes games that crashed with an "Out of handles!" exception, such as Legend of Mana. + ## 1.0.7097 - 2021-11-03 ### Fixed: - Clamp number of mipmap levels to avoid API errors due to invalid textures.